Skip to content

Commit

Permalink
Update pip before installing packages on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
elyezer committed Oct 3, 2018
1 parent 7ce5b7f commit 17d70a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,7 @@ env:

# command to install dependencies
install:
- pip install -U pip
- pip install -r dev-requirements.txt
- pip install codecov
- nvm install node
Expand Down

0 comments on commit 17d70a1

Please sign in to comment.