diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..410ee15b8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: python + +python: + - 2.6 + - 2.7 + +env: + - DJANGO_VERSION=1.4 + - DJANGO_VERSION=1.3.1 + +install: + - pip install --use-mirrors -q Django==$DJANGO_VERSION PyYAML unittest2 + - python setup.py -q install + +script: python setup.py test