Skip to content

Commit

Permalink
add django=1.10 to tox and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
khasanovbi committed Oct 19, 2016
1 parent e315092 commit da7e50a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ python:
- 3.4
- 3.5
env:
- DJANGO=Django==1.8.12
- DJANGO=Django==1.9.5
- DJANGO=Django==1.8.15
- DJANGO=Django==1.9.10
- DJANGO=Django==1.10.2
branches:
only:
- master
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
skipsdist = True
envlist =
py{27,34,35}-django{18,19}
py{27,34,35}-django{18,19, 110}
py35-flake8
py35-isort

Expand All @@ -21,6 +21,7 @@ deps =
isort: isort
django18: Django>=1.8,<1.9
django19: Django>=1.9,<1.10
django110: Django>=1.9,<1.10
commands =
flake8: flake8
isort: isort -c -df -rc rest_channels

0 comments on commit da7e50a

Please sign in to comment.