tox: also run tests with python 3

This commit is contained in:
Frédéric Péters 2018-03-26 09:32:41 +02:00
parent b4cc0e71d4
commit 2469de19e2
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py2,py3
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/eopayment/
[testenv]
# django.contrib.auth is not tested it does not work with our templates
commands =