From e50865b722808a6267ecd7da813fcdfb9b030c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 23 Jul 2018 22:34:39 +0200 Subject: [PATCH] tox: force usage of python 2 to create virtual environments --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 08ce8fa5..e2b735fb 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = django{18,111} [testenv] usedevelop = True +basepython = python2 setenv = WCSCTL=wcs/wcsctl.py DJANGO_SETTINGS_MODULE=combo.settings