diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..72071f5 --- /dev/null +++ b/.travis.yml @@ -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