Skip to content

Commit

Permalink
Drop Python 3 support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jul 4, 2014
1 parent 0d2ad08 commit 45fa7f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3

env:
- DJANGO=https://github.com/django/django/tarball/master
Expand Down
29 changes: 2 additions & 27 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tox]
envlist =
py26-1.6,
py27-1.6, py27-master,
py32-1.6, py32-master,
py33-1.6, py33-master,
py27-1.6,
py27-master

[testenv]
deps =
Expand All @@ -27,27 +26,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.1

[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.1

[testenv:py33-master]
basepython = python3.3
deps =
{[testenv]deps}
https://github.com/django/django/tarball/master

0 comments on commit 45fa7f0

Please sign in to comment.