mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-04 07:24:03 +03:00
Commit to trigger Travis-ci.
This commit is contained in:
parent
db7d15d5d1
commit
b6517fcf3a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@ djangorestframework.egg-info/*
|
||||||
MANIFEST
|
MANIFEST
|
||||||
|
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.travis.yml
|
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.5"
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
|
install: pip install -r travis-requirements.txt
|
||||||
|
# command to run tests, e.g. python setup.py test
|
||||||
|
script: python setup.py test
|
8
travis-requirements.txt
Normal file
8
travis-requirements.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
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