Commit to trigger Travis-ci.

This commit is contained in:
Marko Tibold 2012-08-23 22:04:25 +02:00
parent db7d15d5d1
commit b6517fcf3a
3 changed files with 18 additions and 0 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ djangorestframework.egg-info/*
MANIFEST
!.gitignore
!.travis.yml

9
.travis.yml Normal file
View 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
View 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