Drop upgrade of both pip and setuptools on Travis

This commit is contained in:
Alessio Sergi 2018-02-16 15:03:01 +01:00
parent f69261f206
commit 33bc23b490

View File

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