Skip to content

Commit

Permalink
fix(Travis): upgrade packages in build
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Sep 24, 2019
1 parent 69db339 commit 3756193
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 requirements.txt
- travis_retry pip install -e .
- travis_retry pip install -r --upgrade requirements.txt
- travis_retry pip install -e --upgrade .
script:
- "./scripts/pep8check.sh"
- "./scripts/coverage.sh"
Expand Down

0 comments on commit 3756193

Please sign in to comment.