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:
parent
7f477585fa
commit
5905114fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -37,5 +37,5 @@ install:
|
||||||
- pip install -r test_requirements.txt
|
- pip install -r test_requirements.txt
|
||||||
- pip install -q -e .
|
- pip install -q -e .
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python manage.py test
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue