mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-04 23:44:07 +03:00
Tweak travis settings.
This commit is contained in:
parent
b6517fcf3a
commit
686211ee30
10
.travis.yml
10
.travis.yml
|
@ -3,7 +3,15 @@ python:
|
|||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO=dev
|
||||
- DJANGO=1.4.1
|
||||
- DJANGO=1.3.3
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install: pip install -r travis-requirements.txt
|
||||
install:
|
||||
- pip install django==$DJANGO --use-mirrors
|
||||
- pip install -e . --use-mirrors
|
||||
- pip install -r requirements.txt
|
||||
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script: python setup.py test
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
django==1.4.1
|
||||
django-staticfiles>=1.1.2
|
||||
coverage==3.4
|
||||
URLObject>=0.6.0
|
||||
unittest-xml-reporting==1.2
|
||||
Pyyaml==3.10
|
||||
# Optional packages:
|
||||
markdown
|
Loading…
Reference in New Issue
Block a user