Tweak travis settings.

This commit is contained in:
Marko Tibold 2012-08-23 22:26:51 +02:00
parent b6517fcf3a
commit 686211ee30
2 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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