forked from marcgibbons/django-rest-swagger
-
Notifications
You must be signed in to change notification settings - Fork 1
/
tox.ini
38 lines (36 loc) · 1.01 KB
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[tox]
envlist =
py27-flake8,
py26-django{1.5,1.6}-drf{2.3,2.4,3.0,3.1},
{py27,py32,py33,py34}-django{1.5,1.6,1.7,1.8}-drf{2.3,2.4,3.0,3.1}
[testenv]
commands = ./runtests.py --stop
deps =
django1.5: Django==1.5.11
django1.6: Django==1.6.11
django1.7: Django==1.7.8
django1.8: Django==1.8.2
drf2.3: djangorestframework==2.3.8
drf2.4: djangorestframework==2.4.5
drf3.0: djangorestframework==3.0.5
drf3.1: djangorestframework==3.1.3
{py27,py32,py33,py34}-django{1.5,1.6,1.7,1.8}-drf{2.3,2.4}: PyYAML==3.10
{py27,py32,py33,py34}-django{1.5,1.6,1.7,1.8}-drf{2.3,2.4,3.0,3.1}: Markdown==2.5.1
py26: Markdown==2.1.1
py26: importlib==1.0.1
py26: ordereddict==1.1
py26: unittest2==1.1.0
py27: functools32==3.2.3-2
docutils==0.11
argparse==1.2.1
argh==0.23.2
nose==1.3.0
mock==1.0.1
django-nose==1.4
coverage==3.6
django-filter==0.10.0
jsonschema==2.5
[testenv:py27-flake8]
deps =
flake8==2.2.5
commands = ./runtests.py --lintonly