From f04ba7d12503bc1c3ec52e9b02e31e893069adc1 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Sun, 17 Apr 2016 23:12:29 +0200 Subject: [PATCH] Pin pip version compatible with Python 3.2 (3rd try) See problems in issue #84 --- .travis.yml | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a414d2..fd6bcb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: "3.5" install: # continue to support Python 3.2 (see issue #84) - - pip install --upgrade "pip<8.0.0" + - pip install pip==7.1.2 - pip install coveralls tox script: - tox diff --git a/tox.ini b/tox.ini index 3f6996d..761724e 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ commands = coverage run setup.py test sh -c 'coveralls | true' deps = + pip==7.1.2 coverage==3.7.1 coveralls django17: Django>=1.7,<1.8