Improve travis

This commit is contained in:
Juda Kaleta 2013-06-08 09:26:17 +02:00
parent 95a3b29c5a
commit 2ec4feb8c4

View file

@ -1,10 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.4.5
- DJANGO_VERSION=1.5.1
install:
- pip install -q Django==$DJANGO_VERSION
- pip install -q Django==$DJANGO_VERSION --use-mirrors
script: python setup.py test