Skip to content

Commit

Permalink
Test against latest stable Django 1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Dec 5, 2015
1 parent e1fd9f8 commit 9ce62b1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion generate_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def is_pypy(self):
'1.6': 'Django>=1.6,<1.7',
'1.7': 'Django>=1.7,<1.8',
'1.8': 'Django>=1.8,<1.9',
'1.9': 'Django==1.9a1',
'1.9': 'Django>=1.9,<1.10',
'master': 'https://github.com/django/django/archive/master.tar.gz',
}

Expand Down
52 changes: 26 additions & 26 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ basepython = pypy
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
setenv =
Expand All @@ -258,7 +258,7 @@ basepython = pypy
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
setenv =
Expand Down Expand Up @@ -453,7 +453,7 @@ basepython = pypy
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
setenv =
Expand All @@ -468,7 +468,7 @@ basepython = pypy
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
setenv =
Expand Down Expand Up @@ -1629,7 +1629,7 @@ basepython = python2.7
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
mysql-python==1.2.5
Expand All @@ -1646,7 +1646,7 @@ basepython = python2.7
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
mysql-python==1.2.5
Expand All @@ -1663,7 +1663,7 @@ basepython = python2.7
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
psycopg2==2.6.1
Expand All @@ -1679,7 +1679,7 @@ basepython = python2.7
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
setenv =
Expand All @@ -1694,7 +1694,7 @@ basepython = python2.7
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
setenv =
Expand Down Expand Up @@ -2196,7 +2196,7 @@ basepython = python2.7
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
mysql-python==1.2.5
Expand All @@ -2213,7 +2213,7 @@ basepython = python2.7
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
mysql-python==1.2.5
Expand All @@ -2230,7 +2230,7 @@ basepython = python2.7
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
psycopg2==2.6.1
Expand All @@ -2246,7 +2246,7 @@ basepython = python2.7
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
setenv =
Expand All @@ -2261,7 +2261,7 @@ basepython = python2.7
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
south==1.0.2
setenv =
Expand Down Expand Up @@ -2886,7 +2886,7 @@ basepython = python3.4
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
psycopg2==2.6.1
setenv =
Expand All @@ -2901,7 +2901,7 @@ basepython = python3.4
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
Expand All @@ -2915,7 +2915,7 @@ basepython = python3.4
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
Expand Down Expand Up @@ -3150,7 +3150,7 @@ basepython = python3.4
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
psycopg2==2.6.1
setenv =
Expand All @@ -3165,7 +3165,7 @@ basepython = python3.4
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
Expand All @@ -3179,7 +3179,7 @@ basepython = python3.4
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
Expand Down Expand Up @@ -3282,7 +3282,7 @@ basepython = python3.5
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
psycopg2==2.6.1
setenv =
Expand All @@ -3297,7 +3297,7 @@ basepython = python3.5
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
Expand All @@ -3311,7 +3311,7 @@ basepython = python3.5
deps =
pytest==2.7.3
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
Expand Down Expand Up @@ -3414,7 +3414,7 @@ basepython = python3.5
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
psycopg2==2.6.1
setenv =
Expand All @@ -3429,7 +3429,7 @@ basepython = python3.5
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
Expand All @@ -3443,7 +3443,7 @@ basepython = python3.5
deps =
pytest==2.8.1
pytest-xdist==1.13.1
Django==1.9a1
Django>=1.9,<1.10
django-configurations==0.8
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
Expand Down

0 comments on commit 9ce62b1

Please sign in to comment.