Skip to content

Commit b27a472

Browse files
committed
Run tests against a local Django repository also.
1 parent 1dad845 commit b27a472

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
[tox]
1313
envlist =
14-
py27-django{14,15,16,17,18,19,19tip,tip},
15-
py34-django{15,16,17,18,19,19tip,tip},
16-
py35-django{18,19,19tip,tip},
14+
py27-django{14,15,16,17,18,19,19tip,tip,local},
15+
py34-django{15,16,17,18,19,19tip,tip,local},
16+
py35-django{18,19,19tip,tip,local},
1717
check,doc
1818

1919
[testenv]
@@ -26,6 +26,7 @@ deps =
2626
django19: Django >=1.9, <1.10
2727
django19tip: https://github.com/django/django/archive/stable/1.9.x.tar.gz
2828
djangotip: https://github.com/django/django/archive/master.tar.gz
29+
djangolocal: /src/django/trunk
2930

3031
commands =
3132
python -c "import tests.banner"

0 commit comments

Comments
 (0)