Use py.test for testing

This commit is contained in:
Raphael Michel
2015-06-02 13:26:04 +02:00
parent ab88faec56
commit 4286edfee3
3 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,6 @@ before_script:
script:
- make
- make compress
- coverage run manage.py test -v 2
- coverage run py.test
after_success:
- coveralls