Pin pip version compatible with Python 3.2 (2nd try)

See problems in issue #84
This commit is contained in:
Peter Bittner 2016-04-17 19:10:50 +02:00
parent 1bc53c3cc5
commit 7243f34243
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,8 @@
language: python
python: "3.5"
install:
# continue to support Python 3.2 (see issue #84)
- pip install --upgrade "pip<8.0.0"
- pip install coveralls tox
script:
- tox

View file

@ -9,7 +9,6 @@ commands =
coverage run setup.py test
sh -c 'coveralls | true'
deps =
pip<8.0.0
coverage==3.7.1
coveralls
django17: Django>=1.7,<1.8