mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-03-16 22:20:28 +00:00
Adjusted TOX requirements on Python 3.2.
This commit is contained in:
parent
8ac8db8d52
commit
0842090e22
1 changed files with 4 additions and 1 deletions
5
tox.ini
5
tox.ini
|
|
@ -24,7 +24,10 @@ deps =
|
|||
{py27,py33,py34,py35}: coverage>=4.0
|
||||
flake8>=2.1.0
|
||||
mock>=1.0.1
|
||||
pylint>=0.23
|
||||
py32: astroid==1.2
|
||||
py32: logilab-common==0.62
|
||||
py32: pylint==1.3
|
||||
{py27,py33,py34,py35}: pylint>=0.23
|
||||
1.7: Django>=1.7,<1.8
|
||||
1.8: Django>=1.8,<1.9
|
||||
1.9: Django>=1.9,<1.10
|
||||
|
|
|
|||
Loading…
Reference in a new issue