Commit 06f22a37 by Christopher Grebs

Update travis config to test py3k and django master

parent 102c62ea
...@@ -3,17 +3,28 @@ language: python ...@@ -3,17 +3,28 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.2"
- "3.3"
env: env:
- DJANGO=https://github.com/django/django/archive/master.tar.gz
- DJANGO=django==1.5 --use-mirrors - DJANGO=django==1.5 --use-mirrors
- DJANGO=django==1.4.5 --use-mirrors - DJANGO=django==1.4.5 --use-mirrors
- DJANGO=django==1.3.7 --use-mirrors
install: install:
- pip install $DJANGO - pip install $DJANGO
- pip install -r requirements/travis-ci.txt --use-mirrors
script: script:
- python setup.py test - coverage run --source django_taggit runtests.py
- coverage report
notifications: notifications:
email: false email: false
matrix:
exclude:
- python: "3.2"
env: DJANGO=django==1.4.5 --use-mirrors
- python: "3.3"
env: DJANGO=django==1.4.5 --use-mirrors
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment