This commit is contained in:
James Turk 2015-05-29 15:17:24 -04:00
parent 2c69a6dda1
commit b2af5a9873

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
env:
- DJANGO_PACKAGE="Django>=1.7,<1.8"
- DJANGO_PACKAGE="Django>=1.8,<1.9"
install: pip install $DJANGO_PACKAGE
script: ./runtests.py
notifications:
email:
- james.p.turk@gmail.com