Skip to content

Commit ec44a80

Browse files
committed
Added django110 tox env
1 parent c81d425 commit ec44a80

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ matrix:
3232
env: TOXENV=py35-django18
3333
- python: 3.5
3434
env: TOXENV=py35-django19
35+
- python: 3.5
36+
env: TOXENV=py35-django110

tests/tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ deps =
2424
django17: django>=1.7.0,<1.8.0
2525
django18: django>=1.8.0,<1.9.0
2626
django19: django>=1.9.0,<1.10.0
27+
django110: django>=1.10.0,<1.11.0
2728
commands =
2829
coverage run --source=webpack_loader manage.py test {posargs}

0 commit comments

Comments
 (0)