Skip to content

Commit

Permalink
Better env installing for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLau95 committed Jan 18, 2016
1 parent 09bf3c8 commit 16471e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -23,11 +23,9 @@ before_install:
- conda update --yes conda

install:
- "if ! conda info -e | grep datascience ; then conda env create -f linux_environment.yml -n datascience ; fi"
- conda env update -f linux_environment.yml
- source activate datascience
- python3 setup.py install
- which coverage
- python3 -c 'import numpy'

script:
- coverage run setup.py test
Expand Down

0 comments on commit 16471e8

Please sign in to comment.