summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2018-02-16 15:03:01 +0100
committerAlessio Sergi <al3hex@gmail.com>2018-02-16 15:06:15 +0100
commit33bc23b490b6128f2d21a1b29d4707c3615b941b (patch)
treec3bae81fb32255bf0d5fd916366506b446f55f36 /.travis.yml
parentf69261f206efe0f48dc06c07ef45e98f6d7301c4 (diff)
Drop upgrade of both pip and setuptools on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e32927ab..cfe17ba3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ python:
- '3.6'
- pypy
install:
-- pip install -U pip setuptools
- pip install -r requirements.txt
- pip install coveralls
script: