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 c29c3f2 commit 91bb7c7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ before_install:
- conda update -q conda
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- pip install --force-reinstall numpy==1.14.5
- conda install -c bioconda raxml
- pip install numpy
- python setup.py install
- conda install -c raxml


#### ete fails now, because of conda
- conda install -c etetoolkit ete2
Expand All @@ -48,9 +46,10 @@ before_install:

install:
# install requirements of physcraper
- pip install --quiet -r requirements.txt
- pip install --quiet .

- pip install --force-reinstall numpy==1.14.5
- cd physcraper
- pip install -r requirements.txt
- python setup.py install

# command to run tests
script:
Expand Down

0 comments on commit 91bb7c7

Please sign in to comment.