Skip to content

Commit 9d84de0

Browse files
committed
Add Django 1.10 stable to the test matrix
1 parent df17342 commit 9d84de0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
- DJANGO="Django>=1.7,<1.8"
1414
- DJANGO="Django>=1.8,<1.9"
1515
- DJANGO="Django>=1.9,<1.10"
16+
- DJANGO="Django>=1.10,<1.11"
1617

1718
install:
1819
- pip install -U coverage codecov
@@ -31,5 +32,7 @@ matrix:
3132
env: DJANGO="Django>=1.7,<1.8"
3233
- python: 3.3
3334
env: DJANGO="Django>=1.9,<1.10"
35+
- python: 3.3
36+
env: DJANGO="Django>=1.10,<1.11"
3437

3538
after_success: codecov

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deps =
3434
django17: Django>=1.7,<1.8
3535
django18: Django>=1.8,<1.9
3636
django19: Django>=1.9,<1.10
37+
django110: Django>=1.10,<1.11
3738
djangotrunk: https://github.com/django/django/tarball/master
3839
commands =
39-
django110: pip install Django>=1.10a,<1.11 --pre
4040
coverage run -a --branch setup.py test

0 commit comments

Comments
 (0)