tox: run against python 3

This commit is contained in:
Frédéric Péters 2020-09-09 08:02:07 +02:00
parent a53f8ca54a
commit f72cf426d3
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,9 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-reunion-pastell/{env:BRANCH_NAME:}
envlist = django111-pg
envlist = py3-django111-pg
[testenv]
usedevelop = True
basepython = python2
setenv =
DJANGO_SETTINGS_MODULE=passerelle.settings
PASSERELLE_SETTINGS_FILE=tests/settings.py
@ -21,7 +20,5 @@ deps =
httmock
requests-mock
ipdb
xmlschema<1.1
enum34<=1.1.6
commands =
django111: py.test {posargs: --junitxml=test_{envname}_results.xml tests/}