aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTom Christie2014-08-20 12:06:29 +0100
committerTom Christie2014-08-20 12:06:29 +0100
commit6ffc97c808f8026c063011e2d048604f3a6b70fa (patch)
tree93586ece6e50ab5ef6282ffd104e886ed48d9180 /tox.ini
parentf7b3e1e62b8e2c8bd1d1eb79a1cb0b3f4a0559a9 (diff)
parent874d2be83c612fb5e04aa6a28901c2afe4bf9d3b (diff)
downloaddjango-rest-framework-6ffc97c808f8026c063011e2d048604f3a6b70fa.tar.bz2
Merge pull request #1770 from tomchristie/2.4.0
2.4.0 Release.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini50
1 files changed, 25 insertions, 25 deletions
diff --git a/tox.ini b/tox.ini
index 72d156f9..6f588de1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,14 +1,20 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist =
+ flake8,
py3.4-django1.7,py3.3-django1.7,py3.2-django1.7,py2.7-django1.7,
py3.4-django1.6,py3.3-django1.6,py3.2-django1.6,py2.7-django1.6,py2.6-django1.6,
py3.4-django1.5,py3.3-django1.5,py3.2-django1.5,py2.7-django1.5,py2.6-django1.5,
- py2.7-django1.4,py2.6-django1.4,
- py2.7-django1.3,py2.6-django1.3
+ py2.7-django1.4,py2.6-django1.4
[testenv]
-commands = {envpython} rest_framework/runtests/runtests.py
+commands = ./runtests.py --fast
+
+[testenv:flake8]
+basepython = python2.7
+deps = pytest==2.5.2
+ flake8==2.2.2
+commands = ./runtests.py --lintonly
[testenv:py3.4-django1.7]
basepython = python3.4
@@ -16,6 +22,7 @@ deps = https://www.djangoproject.com/download/1.7c2/tarball/
django-filter==0.7
defusedxml==0.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py3.3-django1.7]
basepython = python3.3
@@ -23,6 +30,7 @@ deps = https://www.djangoproject.com/download/1.7c2/tarball/
django-filter==0.7
defusedxml==0.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py3.2-django1.7]
basepython = python3.2
@@ -30,6 +38,7 @@ deps = https://www.djangoproject.com/download/1.7c2/tarball/
django-filter==0.7
defusedxml==0.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py2.7-django1.7]
basepython = python2.7
@@ -41,6 +50,7 @@ deps = https://www.djangoproject.com/download/1.7c2/tarball/
# django-oauth2-provider==0.2.4
django-guardian==1.2.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py3.4-django1.6]
basepython = python3.4
@@ -48,6 +58,7 @@ deps = Django==1.6.3
django-filter==0.7
defusedxml==0.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py3.3-django1.6]
basepython = python3.3
@@ -55,6 +66,7 @@ deps = Django==1.6.3
django-filter==0.7
defusedxml==0.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py3.2-django1.6]
basepython = python3.2
@@ -62,6 +74,7 @@ deps = Django==1.6.3
django-filter==0.7
defusedxml==0.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py2.7-django1.6]
basepython = python2.7
@@ -73,6 +86,7 @@ deps = Django==1.6.3
django-oauth2-provider==0.2.4
django-guardian==1.2.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py2.6-django1.6]
basepython = python2.6
@@ -84,6 +98,7 @@ deps = Django==1.6.3
django-oauth2-provider==0.2.4
django-guardian==1.2.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py3.4-django1.5]
basepython = python3.4
@@ -91,6 +106,7 @@ deps = django==1.5.6
django-filter==0.7
defusedxml==0.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py3.3-django1.5]
basepython = python3.3
@@ -98,6 +114,7 @@ deps = django==1.5.6
django-filter==0.7
defusedxml==0.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py3.2-django1.5]
basepython = python3.2
@@ -105,6 +122,7 @@ deps = django==1.5.6
django-filter==0.7
defusedxml==0.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py2.7-django1.5]
basepython = python2.7
@@ -116,6 +134,7 @@ deps = django==1.5.6
django-oauth2-provider==0.2.3
django-guardian==1.2.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py2.6-django1.5]
basepython = python2.6
@@ -127,6 +146,7 @@ deps = django==1.5.6
django-oauth2-provider==0.2.3
django-guardian==1.2.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py2.7-django1.4]
basepython = python2.7
@@ -138,6 +158,7 @@ deps = django==1.4.11
django-oauth2-provider==0.2.3
django-guardian==1.2.3
Pillow==2.3.0
+ pytest-django==2.6.1
[testenv:py2.6-django1.4]
basepython = python2.6
@@ -149,25 +170,4 @@ deps = django==1.4.11
django-oauth2-provider==0.2.3
django-guardian==1.2.3
Pillow==2.3.0
-
-[testenv:py2.7-django1.3]
-basepython = python2.7
-deps = django==1.3.5
- django-filter==0.5.4
- defusedxml==0.3
- django-oauth-plus==2.2.1
- oauth2==1.5.211
- django-oauth2-provider==0.2.3
- django-guardian==1.2.3
- Pillow==2.3.0
-
-[testenv:py2.6-django1.3]
-basepython = python2.6
-deps = django==1.3.5
- django-filter==0.5.4
- defusedxml==0.3
- django-oauth-plus==2.2.1
- oauth2==1.5.211
- django-oauth2-provider==0.2.3
- django-guardian==1.2.3
- Pillow==2.3.0
+ pytest-django==2.6.1