1
0
Fork 0

Use django build-in test runner

This commit is contained in:
Adam Dobrawy 2017-07-09 19:21:48 +02:00
parent ecec57a78c
commit e21cd01560
3 changed files with 12 additions and 2 deletions

View file

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