1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

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