Skip to content

Commit

Permalink
Merge pull request #154 from dojot/fix_travis_dev
Browse files Browse the repository at this point in the history
chore: fix pip version - travis
  • Loading branch information
Mariane Previde committed Jul 30, 2020
2 parents c346068 + d027e26 commit ff7ee9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cache:
directories:
- node_modules
install:
- pip install -r requirements/requirements.txt
- pip install -r tests/requirements.txt
- pip install pip==19.0.3 -r requirements/requirements.txt
- pip install pip==19.0.3 -r tests/requirements.txt
- pip install codecov
env:
global:
Expand Down

0 comments on commit ff7ee9d

Please sign in to comment.