Skip to content

Commit

Permalink
travis: adapt to not using requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: David Caro <david@dcaro.es>
  • Loading branch information
david-caro committed Nov 15, 2017
1 parent 002aeec commit 2421d6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -14,11 +14,10 @@ python:

before_install:
- travis_retry pip install --upgrade pip setuptools py coveralls
- travis_retry pip install -r requirements-test.txt
- pip freeze

install:
- travis_retry pip install -e .
- travis_retry pip install -e .[tests,docs]

script:
- "./run-tests.sh"
Expand Down

0 comments on commit 2421d6d

Please sign in to comment.