mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-16 19:41:06 +03:00
Don't bother to setup.py test, just test directly
This commit is contained in:
parent
d15e31b28d
commit
3c9fb04299
|
@ -11,8 +11,6 @@ env:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install $DJANGO
|
- pip install $DJANGO
|
||||||
- pip install -e . --use-mirrors
|
|
||||||
- pip install -r requirements.txt --use-mirrors
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python rest_framework/runtests/runtests.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user