summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini9
1 files changed, 3 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 1310257..4eb40e2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@
[tox]
envlist =
# core
- py{27,33,34,35,36}
+ py{27,34,35,36}
pypy
flake8
# contrib
@@ -14,8 +14,8 @@ envlist =
{py35,py36}-django-{200}-fix
{py27,py35}-django-111-fix
{py27,py34,py35}-django-{18,19,110}
- {py27,py33,py34,py35}-django-18
- {py27,py33,py34}-django-17
+ {py27,py34,py35}-django-18
+ {py27,py34}-django-17
py27-django-16
{py27,py35}-flask-{10,11}
py35-flask-12
@@ -28,7 +28,6 @@ envlist =
[testenv]
deps =
py27: gevent
- py33: pytest<3.3.0
django-{16,17,18}: pytest-django<3.0
django-{19,110,110}: pytest-django>=3.0
django-{18,19,110}: django-tastypie==0.14
@@ -62,9 +61,7 @@ usedevelop = true
extras = tests
basepython =
- # py26: python2.6
py27: python2.7
- py33: python3.3
py34: python3.4
py35: python3.5
py36: python3.6