diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0d2c853 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: python +python: + - "2.6" + - "2.7" +env: + - DJANGO_VERSION=1.3.1 + - DJANGO_VERSION=1.4 +install: + - pip install Django==$DJANGO_VERSION + - pip install -e . +script: + - ./example/manage.py test categories +branches: + only: + - master \ No newline at end of file