Skip to content

Commit

Permalink
travis ci install pysam from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ctokheim committed May 21, 2017
1 parent 8358ccc commit 9862da2
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 @@ -19,7 +19,7 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION atlas numpy scipy
nose cython pandas
- source activate test-environment
- pip install git+git://github.com/pysam-developers/pysam[email protected]
- conda install -c bioconda pysam
- make cython-build
script: make tests
deploy:
Expand Down

0 comments on commit 9862da2

Please sign in to comment.