Perform travis tests with latest django relase

This commit is contained in:
Roland Geider
2015-07-09 13:31:31 +02:00
parent efb8832123
commit 7aff8d5a91

View File

@@ -13,10 +13,10 @@ python:
# Manually define here the combinations environment variables to test
# https://github.com/travis-ci/travis-ci/issues/1519
env:
- DJANGO_VERSION=1.7.5 TEST_MOBILE=True DB=postgresql
- DJANGO_VERSION=1.7.5 TEST_MOBILE=True DB=sqlite
- DJANGO_VERSION=1.7.5 TEST_MOBILE=False DB=postgresql
- DJANGO_VERSION=1.7.5 TEST_MOBILE=False DB=sqlite
- DJANGO_VERSION=1.7.9 TEST_MOBILE=True DB=postgresql
- DJANGO_VERSION=1.7.9 TEST_MOBILE=True DB=sqlite
- DJANGO_VERSION=1.7.9 TEST_MOBILE=False DB=postgresql
- DJANGO_VERSION=1.7.9 TEST_MOBILE=False DB=sqlite
# Install the application
install: