Skip to content

Commit

Permalink
travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Mar 6, 2021
1 parent 1739b97 commit fcea42d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- conda config --add channels defaults
- conda config --add channels bioconda
- conda config --add channels conda-forge
- conda install blast pytest
- conda install --yes blast pytest
- pip install .
script:
- pytest
6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
six
pandas>=0.20.3
scikit-learn
scikit-bio
pandas
dna_features_viewer
tqdm
suffix-trees
statsmodels
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifiers =
packages = find:
python_requires = >=3.3
install_requires =
six,
pandas
dna_features_viewer
tqdm
Expand Down

0 comments on commit fcea42d

Please sign in to comment.