Skip to content

Commit

Permalink
adding cython install to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed Mar 5, 2019
1 parent ddba11e commit 9e5f588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ install:
- pip install --upgrade wheel
- pip install biopython
- pip install numpy
- pip install cython
- pip install -r requires.txt
- travis_wait
- pip -v install scipy
- pip install coveralls
Expand Down

0 comments on commit 9e5f588

Please sign in to comment.