Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jun 24, 2020
1 parent 27a2275 commit 9b9d25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy cython h5py
- source activate test-environment
- pip install six scipy pandas dask[array,dataframe]
- pip install pysam psutil ipytree matplotlib
- pip install 'biopython<1.77' pysam psutil ipytree matplotlib
- pip install mock pytest pytest-flake8 pytest-cov codecov
- pip install -e .

Expand Down

0 comments on commit 9b9d25e

Please sign in to comment.