mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-08 15:50:58 +00:00
Adds more enviroments to tox test matrix
This commit is contained in:
parent
5d1cc2e8cc
commit
5f1b3b2f15
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue