aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 35a108e5..279f79cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,7 +43,7 @@ deps = https://www.djangoproject.com/download/1.7b2/tarball/
Pillow==2.3.0
[testenv:py3.4-django1.6]
-basepython = python3.3
+basepython = python3.4
deps = Django==1.6.3
django-filter==0.7
defusedxml==0.3
@@ -86,7 +86,7 @@ deps = Django==1.6.3
Pillow==2.3.0
[testenv:py3.4-django1.5]
-basepython = python3.3
+basepython = python3.4
deps = django==1.5.6
django-filter==0.7
defusedxml==0.3