aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTom Christie2015-02-06 14:35:06 +0000
committerTom Christie2015-02-06 14:35:06 +0000
commit3dff9a4fe2952cf632ca7f4cd9ecf4221059ca91 (patch)
tree0649d42b20b875e97cb551b987644b61e7860e84 /tox.ini
parentc06a82d0531f4cb290baacee196829c770913eaa (diff)
parent1f996128458570a909d13f15c3d739fb12111984 (diff)
downloaddjango-rest-framework-model-serializer-caching.tar.bz2
Resolve merge conflictmodel-serializer-caching
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 9 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index 9fb8586c..129752f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,27 +3,27 @@ envlist =
py27-{flake8,docs},
{py26,py27}-django14,
{py26,py27,py32,py33,py34}-django{15,16},
- {py27,py32,py33,py34}-django17,
- {py27,py32,py33,py34}-djangomaster
+ {py27,py32,py33,py34}-django{17,18alpha,master}
[testenv]
commands = ./runtests.py --fast
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
- django14: Django==1.4.11
- django15: Django==1.5.5
- django16: Django==1.6.8
- django17: Django==1.7.1
+ django14: Django==1.4.11 # Should track minimum supported
+ 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
django-guardian==1.2.4
- pytest-django==2.6.1
- django-filter==0.9.1
+ pytest-django==2.8.0
+ django-filter==0.9.2
markdown>=2.1.0
[testenv:py27-flake8]
deps =
- pytest==2.5.2
+ pytest==2.6.4
flake8==2.2.2
commands = ./runtests.py --lintonly