use quixote<3.0 in tests (quixote 3.x dropped python2 support)

This commit is contained in:
Emmanuel Cazenave 2018-01-19 10:54:23 +01:00
parent 15848fa74a
commit 3368fce3e3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ deps =
pylint<1.8
pylint-django
django-webtest
quixote
quixote<3.0
vobject
commands =
py.test {env:COVERAGE:} {posargs:tests/}