.travis.yml 238 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 language: python python: - "2.6" - "2.7" - "3.2" - "3.3" env: - DJANGO_PACKAGE="Django>=1.5,<1.6" - DJANGO_PACKAGE="Django>=1.6,<1.7" install: pip install $DJANGO_PACKAGE --use-mirrors script: python setup.py test