mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Pin pip version compatible with Python 3.2 (2nd try)
See problems in issue #84
This commit is contained in:
parent
1bc53c3cc5
commit
7243f34243
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue