Skip to content

Commit

Permalink
No longer supports Python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Nov 9, 2013
1 parent 87de0a6 commit cc48fd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
install:
- pip install --use-mirrors tox
Expand Down
13 changes: 1 addition & 12 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cc48fd4

Please sign in to comment.