summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2018-05-19 08:27:55 +0200
committerAshley Camba Garrido <ashwoods@gmail.com>2018-05-19 08:27:55 +0200
commitfb52fa5d7fd2e1c02cae31b80b59cc772f96fe34 (patch)
tree844c728323cb70e8f0440d6448d8578c1818414a
parent752bba83b551becff1859d0f2c68403063ce9ae3 (diff)
downloadraven-fb52fa5d7fd2e1c02cae31b80b59cc772f96fe34.tar.gz
Remove py3.3 from ci build
-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