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 2, 2014
1 parent 827453c commit 0a2b1dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
28 changes: 1 addition & 27 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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 =
Expand All @@ -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

0 comments on commit 0a2b1dc

Please sign in to comment.