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

Fix travis test runner for django-mailbox.

This commit is contained in:
Adam Coddington 2016-05-14 22:21:39 -07:00
parent 276917c6e6
commit 1c1b3ce7db
3 changed files with 2 additions and 4 deletions

View file

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