Skip to content

Commit

Permalink
Upgrade pip to fix Python 3.4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and Knio committed Sep 24, 2018
1 parent 1683077 commit 7424d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python:

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install pip --upgrade
- pip install pytest>=2.7.3 --upgrade

# command to run tests, e.g. python setup.py test
Expand Down

0 comments on commit 7424d62

Please sign in to comment.