refs #2: Updated command to run tests.

This commit is contained in:
Jason Ward 2017-11-20 14:51:10 -05:00
parent cfe7dc8f9c
commit 89156ced7a

View file

@ -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