We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5777d commit 2bb4a87Copy full SHA for 2bb4a87
tox.ini
@@ -4,17 +4,22 @@
4
# and then run "tox" from this directory.
5
6
[tox]
7
-envlist = django15
+envlist = django14,django15
8
downloadcache = {toxworkdir}/.cache
9
10
[testenv]
11
commands = python example_project/manage.py test test_app
12
-deps =
13
- nose
14
-
15
-[testenv:django15]
16
deps =
17
dj_database_url
18
django-extensions>=0.9
19
django-nose
+
+[testenv:django14]
+deps =
+ {[testenv]deps}
20
+ django>=1.4,>1.5
21
22
+[testenv:django15]
23
24
25
django>=1.5,>1.6
0 commit comments