diff --git a/.travis.yml b/.travis.yml index 61d7993..86c1f0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: python python: - 2.7 - - 3.2 - - 3.3 env: - DJANGO=https://github.com/django/django/tarball/master - DJANGO=Django==1.6.5 diff --git a/tox.ini b/tox.ini index 5c4afe8..14b30f5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,6 @@ [tox] envlist = - py27-1.6, py27-master, - py32-1.6, py32-master, - py33-1.6, py33-master, + py27-1.6, py27-master [testenv] deps = @@ -20,27 +18,3 @@ basepython = python2.7 deps = {[testenv]deps} https://github.com/django/django/tarball/master - -[testenv:py32-1.6] -basepython = python3.2 -deps = - {[testenv]deps} - Django == 1.6.5 - -[testenv:py32-master] -basepython = python3.2 -deps = - {[testenv]deps} - https://github.com/django/django/tarball/master - -[testenv:py33-1.6] -basepython = python3.3 -deps = - {[testenv]deps} - Django == 1.6.5 - -[testenv:py33-master] -basepython = python3.3 -deps = - {[testenv]deps} - https://github.com/django/django/tarball/master