tox: limit django-jsonfield version for python2

This commit is contained in:
Frédéric Péters 2019-08-18 11:38:20 +02:00
parent 6cb9b01970
commit 3f17a12336
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ deps =
WebTest
djangorestframework>=3.3,<3.4
mock
py2: django-jsonfield<1.3
commands =
py.test {env:COVERAGE:} {posargs:tests/}
pylint: ./pylint.sh fargo/