mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-04 23:44:07 +03:00
whoops.
This commit is contained in:
parent
44a5fa11ac
commit
af7214f86a
|
@ -8,7 +8,7 @@ env:
|
|||
- DJANGO=django==1.4.1 --use-mirrors
|
||||
- DJANGO=django==1.3.3 --use-mirrors
|
||||
- TESTS=python setup.py test
|
||||
- TESTS=python examples/setup.py test
|
||||
- TESTS=python examples/runtests.py
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
- pip install $DJANGO
|
||||
|
@ -17,4 +17,4 @@ install:
|
|||
- pip install -r examples/requirements.txt
|
||||
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script: python setup.py test
|
||||
script: $TESTS
|
||||
|
|
Loading…
Reference in New Issue
Block a user