mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Merge pull request #73 from jpadilla/master
Test 1.7 against stable version instead of master
This commit is contained in:
commit
6ddd647361
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -18,7 +18,7 @@ deps15 =
|
|||
deps16 =
|
||||
https://github.com/django/django/archive/stable/1.6.x.zip#egg=django
|
||||
deps17 =
|
||||
https://github.com/django/django/archive/master.zip#egg=django
|
||||
https://github.com/django/django/archive/stable/1.7.x.zip#egg=django
|
||||
|
||||
commands =
|
||||
python manage.py test -v2 {posargs:tests} --failfast
|
||||
|
|
|
|||
Loading…
Reference in a new issue