Skip to content

Commit

Permalink
Remove 3.2 from the grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Feb 3, 2014
1 parent 46c5846 commit e959d85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 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
- pypy
before_install:
Expand Down
9 changes: 0 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
envlist =
2.6,
2.7,
3.2,
3.3,
pypy

Expand All @@ -18,14 +17,6 @@ deps = -r{toxinidir}/requirements/default.txt
commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
nosetests celery.tests --with-coverage --cover-inclusive --cover-erase []

[testenv:3.2]
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}
nosetests celery.tests --with-coverage --cover-inclusive --cover-erase []

[testenv:2.7]
basepython = python2.7
deps = -r{toxinidir}/requirements/default.txt
Expand Down

0 comments on commit e959d85

Please sign in to comment.