Skip to content

Commit

Permalink
Add pysam >= requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinathanson committed May 18, 2017
1 parent 1c2b64a commit 52304ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_install:
install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy nose pandas matplotlib
- source activate test-environment
- conda install -c bioconda pysam=0.9.0
- conda install -c bioconda pysam>=0.9.0
- conda install -c conda-forge pypandoc
- pip install -r requirements.txt
- pip install .
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ mock>=2.0.0
serializable>=0.0.8
dill>=0.2.5
tqdm>=4.10.0
pysam>=0.9.0

0 comments on commit 52304ea

Please sign in to comment.