Skip to content

Commit

Permalink
fix(Travis): fixed pip calls
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Sep 24, 2019
1 parent 3756193 commit 479cd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,8 +19,8 @@ branches:
install:
- travis_retry pip install --upgrade pip
- pip -V
- travis_retry pip install -r --upgrade requirements.txt
- travis_retry pip install -e --upgrade .
- travis_retry pip install --upgrade -r requirements.txt
- travis_retry pip install --upgrade -e .
script:
- "./scripts/pep8check.sh"
- "./scripts/coverage.sh"
Expand Down

0 comments on commit 479cd06

Please sign in to comment.