mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Add Django-1.11 to test matrix
This commit is contained in:
parent
e018598248
commit
c326e089f5
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
|
@ -1,7 +1,8 @@
|
|||
[tox]
|
||||
envlist =
|
||||
coverage-erase
|
||||
{py27,py34,py35}-django{18,19,110}-{sqlite,postgres,mysql}
|
||||
{py27,py34,py35}-django{18,19,110,111}-{sqlite,postgres,mysql}
|
||||
py36-django111-{sqlite,postgres,mysql}
|
||||
coverage-report
|
||||
flake8
|
||||
|
||||
|
|
@ -11,6 +12,7 @@ deps =
|
|||
django18: Django>=1.8,<1.9
|
||||
django19: Django>=1.9,<1.10
|
||||
django110: Django>=1.10,<1.11
|
||||
django111: Django>=1.11,<1.12
|
||||
coverage>=4.1
|
||||
postgres: psycopg2
|
||||
mysql: mysqlclient
|
||||
|
|
|
|||
Loading…
Reference in a new issue