Adds more enviroments to tox test matrix

This commit is contained in:
Alvaro Leonel 2018-05-30 23:55:22 -03:00
parent 5d1cc2e8cc
commit 5f1b3b2f15

View file

@ -1,6 +1,7 @@
# -- FILE: tox.ini
[tox]
envlist =
py{27}-django
py{27,34,35,36}-django111
py{34,35,36}-django200
@ -9,5 +10,6 @@ commands =
coverage run --branch --source=notifications manage.py test
deps =
coverage
django: Django>=1.7,<1.10
django111: Django>=1.11,<2.0
django200: Django>=2.0,<3.0