aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Muller2015-01-18 15:04:50 -0800
committerDavid Muller2015-01-18 15:04:50 -0800
commita82a4d0a099eea74832ce3d8de376e4dbeb4b266 (patch)
tree4a4f6e35738554d5cf860ccdc26e84e6a978dc85 /tox.ini
parent1421b057f7ccf496c0e65e89aa3882d614aa7030 (diff)
downloaddjango-rest-framework-a82a4d0a099eea74832ce3d8de376e4dbeb4b266.tar.bz2
Add Django 1.8 alpha to test matrix
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f30b44ff..e43a9234 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist =
py27-{flake8,docs},
{py26,py27}-django14,
{py26,py27,py32,py33,py34}-django{15,16},
- {py27,py32,py33,py34}-django{17,master}
+ {py27,py32,py33,py34}-django{17,18alpha,master}
[testenv]
commands = ./runtests.py --fast
@@ -14,6 +14,7 @@ deps =
django15: Django==1.5.6 # Should track minimum supported
django16: Django==1.6.3 # Should track minimum supported
django17: Django==1.7.2 # Should track maximum supported
+ django18alpha: https://www.djangoproject.com/download/1.8a1/tarball/
djangomaster: https://github.com/django/django/zipball/master
{py26,py27}-django{14,15,16,17}: django-guardian==1.2.3
{py26,py27}-django{14,15,16}: oauth2==1.5.211