diff options
| author | Jannis Leidel | 2012-04-06 13:09:01 +0200 |
|---|---|---|
| committer | Jannis Leidel | 2012-04-06 13:09:01 +0200 |
| commit | 36bb1787c363c5dc4feba251f98aea20a8e23a6f (patch) | |
| tree | 112de48632b3f4ed75bfd034852cbe2fad7b194a /.travis.yml | |
| parent | 31faa3ed89df6c1ac3088c05c81423088304ea02 (diff) | |
| download | django-debug-toolbar-36bb1787c363c5dc4feba251f98aea20a8e23a6f.tar.bz2 | |
Added a Django 1.4 test environment to Travis config.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index bdc0686..d0565bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,10 @@ language: python python: - "2.6" - "2.7" -install: python setup.py install -script: python setup.py test
\ No newline at end of file +env: + - DJANGO_VERSION=1.3.1 + - DJANGO_VERSION=1.4 +install: + - pip install -q Django==$DJANGO_VERSION + - python setup.py install +script: python setup.py test |
