From 2469de19e228cdf19ae7ad182c6678f449d72b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 26 Mar 2018 09:32:41 +0200 Subject: [PATCH] tox: also run tests with python 3 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 72cd3f7..61acc97 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =