Don't bother to setup.py test, just test directly

This commit is contained in:
Tom Christie 2012-10-11 13:09:53 +01:00
parent d15e31b28d
commit 3c9fb04299

View File

@ -11,8 +11,6 @@ env:
install:
- pip install $DJANGO
- pip install -e . --use-mirrors
- pip install -r requirements.txt --use-mirrors
script:
- python setup.py test
- python rest_framework/runtests/runtests.py