Browse Source

No longer supports Python 3.2

Ask Solem 11 years ago
parent
commit
cc48fd445f
2 changed files with 1 additions and 13 deletions
  1. 0 1
      .travis.yml
  2. 1 12
      tox.ini

+ 0 - 1
.travis.yml

@@ -2,7 +2,6 @@ language: python
 python:
     - 2.6
     - 2.7
-    - 3.2
     - 3.3
 install:
     - pip install --use-mirrors tox

+ 1 - 12
tox.ini

@@ -1,21 +1,10 @@
 [tox]
-envlist = py26,py27,py32,py33,pypy
+envlist = py26,py27,py33,pypy
 
 [testenv]
 sitepackages = False
 commands = nosetests
 
-[testenv:py32]
-basepython = python3.2
-deps = -r{toxinidir}/requirements/default.txt
-       -r{toxinidir}/requirements/test3.txt
-       -r{toxinidir}/requirements/test-ci.txt
-commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
-           pip install anyjson
-           nosetests -vd celery.tests                          \
-               --with-xunit                                    \
-                 --xunit-file="{toxinidir}/nosetests.xml"
-
 [testenv:py33]
 basepython = python3.3
 deps = -r{toxinidir}/requirements/default.txt