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