1
0
Fork 0

Use manage.py in tests in TravisCI

This commit is contained in:
Adam Dobrawy 2017-07-09 23:04:23 +02:00
parent 7f477585fa
commit 5905114fd7

View file

@ -37,5 +37,5 @@ install:
- pip install -r test_requirements.txt
- pip install -q -e .
script:
- python setup.py test
- python manage.py test
sudo: false