Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #34 from ymyzk/enhancement/34
Browse files Browse the repository at this point in the history
Support Django 1.10
  • Loading branch information
ymyzk committed Sep 24, 2016
2 parents 7b2658b + 4c6cda5 commit 09f3409
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[tox]
envlist = {py27,py33,py34,pypy,pypy3}-django{17,18}, {py27,py34,py35,pypy}-django19, coverage, docs, flake8
envlist = {py27,py33,py34,pypy,pypy3}-django{17,18}, {py27,py34,py35,pypy}-django{19,110}, coverage, docs, flake8
; https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django

[testenv]
deps =
django17: Django>=1.7,<1.8
django18: Django>=1.8,<1.9
django19: Django>=1.9,<2.0
django19: Django>=1.9,<1.10
django110: Django>=1.10,<1.11
commands =
pip install -e .[test]
./runtests.py
Expand All @@ -16,7 +18,7 @@ basepython = python2.7
deps =
coveralls
coverage
Django>=1.7,<2.0
Django>=1.10,<1.11
commands =
pip install -e .[test]
coverage run --source channels/ ./runtests.py
Expand Down

0 comments on commit 09f3409

Please sign in to comment.