Upgrade pip and setuptools on Travis

This commit is contained in:
Alessio Sergi 2017-01-22 18:02:26 +01:00
parent c59f7e33d1
commit 91362d0db7
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ python:
- "3.6"
- "pypy"
install:
- pip install -U pip setuptools
- pip install -r requirements.txt
- pip install coveralls
script: