change script section in travis.yml

This commit is contained in:
Mateusz Sikora 2014-05-12 22:56:39 +02:00
parent 7ba7ca0b81
commit d8fc8bb240

View File

@ -9,6 +9,6 @@ install:
- pip install -q Django==$DJANGO --use-mirrors - pip install -q Django==$DJANGO --use-mirrors
- pip install coveralls - pip install coveralls
script: script:
- python setup.py test - coverage run --source=rest_auth setup.py test
after_success: after_success:
- coveralls - coveralls