mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-09 08:04:43 +00:00
refs #2: Updated command to run tests.
This commit is contained in:
parent
cfe7dc8f9c
commit
89156ced7a
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -12,7 +12,7 @@ basepython =
|
|||
py34: python3.4
|
||||
py35: python3.5
|
||||
usedevelop = true
|
||||
commands = python example/manage.py test authority
|
||||
commands = python example/manage.py test authority exampleapp
|
||||
deps =
|
||||
dj18: Django<1.9
|
||||
dj19: Django<1.10
|
||||
|
|
|
|||
Loading…
Reference in a new issue