Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snacktavish committed Nov 12, 2019
1 parent 5b2dc0e commit 6b9accf
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 @@ -5,13 +5,15 @@ python:

before_install:
- sudo apt-get update
- export PYTHONPATH=$PYTHONPATH:$(pwd)


install:
# install requirements of physcraper
- pip install --force-reinstall numpy==1.14.5
- pip install -r requirements.txt
- python setup.py install
- echo 'no' | python tests/testfilesetup.py


### install blast+
Expand Down

0 comments on commit 6b9accf

Please sign in to comment.