From 113e0cdc06765b36a1ecb1a930f23fc0c7aa6587 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 4 Sep 2019 14:17:15 -0400 Subject: [PATCH] Pass the python version to tox. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 9b2de2b226..388b9e0ae7 100644 --- a/tox.ini +++ b/tox.ini @@ -60,6 +60,7 @@ passenv = XDIST_WORKER_KEY_NAME XDIST_WORKER_SECURITY_GROUP XDIST_WORKER_SUBNET + PYTHON_VERSION deps = django111: -r requirements/edx/django.txt