diff options
author | Emmanuel Cazenave <ecazenave@entrouvert.com> | 2018-01-19 09:54:23 (GMT) |
---|---|---|
committer | Emmanuel Cazenave <ecazenave@entrouvert.com> | 2018-01-19 09:54:23 (GMT) |
commit | d12075c2ef1b66b48a185b5d64100698635e9bd3 (patch) | |
tree | 9c1dafcfec433303324cbdd215bfaec3383cb678 | |
parent | 15848fa74ab95f9e0ec7518be462930255202e03 (diff) | |
download | combo-wip/quixote3.zip combo-wip/quixote3.tar.gz combo-wip/quixote3.tar.bz2 |
use quixote<3.0 in tests (quixote 3.x dropped python2 support)wip/quixote3
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ deps = pylint<1.8 pylint-django django-webtest - quixote + quixote<3.0 vobject commands = py.test {env:COVERAGE:} {posargs:tests/} |