Skip to content

Commit

Permalink
Update tox config to test Django 1.8 release; stop testing trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokcode committed Jun 17, 2015
1 parent 1cfebef commit 607b3ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
envlist = pypy-trunk,pypy-1.8.X,pypy-1.7.X,pypy-1.6.X,pypy-1.4.X,
py34-trunk,py34-1.8.X,py34-1.7.X,py34-1.6.X,
py33-trunk,py34-1.8.X,py33-1.7.X,py33-1.6.X,
envlist = pypy-1.8.X,pypy-1.7.X,pypy-1.6.X,pypy-1.4.X,
py34-1.8.X,py34-1.7.X,py34-1.6.X,
py34-1.8.X,py33-1.7.X,py33-1.6.X,
py32-1.8.X,py32-1.7.X,py32-1.6.X,
py27-trunk,py27-1.8.X,py27-1.7.X,py27-1.6.X,py27-1.4.X,
py27-1.8.X,py27-1.7.X,py27-1.6.X,py27-1.4.X,
py26-1.6.X,py26-1.4.X

[testenv]
Expand All @@ -15,7 +15,7 @@ deps = https://github.com/django/django/archive/master.zip
{[testenv]deps}

[django18]
deps = django>=1.8a1
deps = django>=1.8,<1.9
{[testenv]deps}

[django17]
Expand Down

0 comments on commit 607b3ff

Please sign in to comment.