Skip to content

Commit

Permalink
fixing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-pirozhenko committed Oct 7, 2015
1 parent b5ae202 commit ed70d66
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 @@ before_install:
- travis_retry conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy scikit-learn pandas lxml

install:
- travis_retry pip install -r requirements.txt
- travis_retry pip install .
# command to run tests
script: python setup.py test
cache: apt

0 comments on commit ed70d66

Please sign in to comment.