Skip to content

Commit 0dde551

Browse files
author
Adam DePue
authored
Merge pull request hearsaycorp#34 from adepue/master
Upgrade tests to run on django 1.10
2 parents 2dc4c13 + 4f10a04 commit 0dde551

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ env:
1212
- DJANGO_VERSION_CEILING=1.10 DJANGO_DB_ENGINE=sqlite
1313
- DJANGO_VERSION_CEILING=1.10 DJANGO_DB_ENGINE=postgres DJANGO_DB_NAME=testdb DJANGO_DB_USER=postgres
1414
- DJANGO_VERSION_CEILING=1.10 DJANGO_DB_ENGINE=mysql DJANGO_DB_NAME=testdb DJANGO_DB_USER=travis
15+
- DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=sqlite
16+
- DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=postgres DJANGO_DB_NAME=testdb DJANGO_DB_USER=postgres
17+
- DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=mysql DJANGO_DB_NAME=testdb DJANGO_DB_USER=travis
1518
install:
1619
- pip install "Django<$DJANGO_VERSION_CEILING" mysqlclient psycopg2
1720
- "pip install flake8 pylint pylint-django django-nose"
@@ -24,6 +27,12 @@ script:
2427
- "./lint.sh"
2528
matrix:
2629
exclude:
30+
- python: 3.3
31+
env: DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=sqlite
32+
- python: 3.3
33+
env: DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=postgres DJANGO_DB_NAME=testdb DJANGO_DB_USER=postgres
34+
- python: 3.3
35+
env: DJANGO_VERSION_CEILING=1.11 DJANGO_DB_ENGINE=mysql DJANGO_DB_NAME=testdb DJANGO_DB_USER=travis
2736
- python: 3.3
2837
env: DJANGO_VERSION_CEILING=1.10 DJANGO_DB_ENGINE=sqlite
2938
- python: 3.3

0 commit comments

Comments
 (0)