Skip to content

Commit

Permalink
Merge pull request #2128 from szok/django-1.9
Browse files Browse the repository at this point in the history
Django 1.9 in travis
  • Loading branch information
ar4s committed Dec 23, 2015
2 parents 20c8133 + e831a4f commit a60804a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
@@ -1,13 +1,19 @@
sudo: required
language: python

env:
global:
- DATABASE_USER=travis
- DATABASE_PASSWORD=travis
matrix:
- TEST_DB_ENGINE=mysql
- TEST_DB_ENGINE=sqlite
- DJANGO_VERSION=1.8.7 TEST_DB_ENGINE=sqlite
- DJANGO_VERSION=1.8.7 TEST_DB_ENGINE=mysql
- DJANGO_VERSION=1.9 TEST_DB_ENGINE=sqlite
- DJANGO_VERSION=1.9 TEST_DB_ENGINE=mysql

matrix:
allow_failures:
- env: DJANGO_VERSION=1.9 TEST_DB_ENGINE=mysql
- env: DJANGO_VERSION=1.9 TEST_DB_ENGINE=sqlite

services:
- docker
Expand Down Expand Up @@ -35,6 +41,7 @@ install:
- gulp
- make install-test
- pip install coveralls
- pip install django==$DJANGO_VERSION

script:
- gulp test
Expand Down

0 comments on commit a60804a

Please sign in to comment.