Skip to content

Commit

Permalink
.travis.yml: Avoid duplicate requirements install
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Oct 13, 2018
1 parent 5c26e67 commit b1d8ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ cache:

before_install:
- pip install setuptools -U
- pip install -r requirements.txt -r test-requirements.txt
- printf '%s\n'
"$(cat test-requirements.txt requirements.txt)"
> requirements.txt

script:
- pytest
Expand Down

0 comments on commit b1d8ace

Please sign in to comment.