mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Removes Django 1.10 HEAD from test matrix.
This commit is contained in:
parent
6630d4b66c
commit
c577d15f13
2 changed files with 1 additions and 4 deletions
|
|
@ -59,8 +59,6 @@ matrix:
|
|||
- env: TOXENV=py35-dj110-postgres-elasticsearch5 INSTALL_ELASTICSEARCH5=yes
|
||||
python: 3.5
|
||||
sudo: true
|
||||
- env: TOXENV=py35-dj110head-postgres-noelasticsearch
|
||||
python: 3.5
|
||||
- env: TOXENV=py35-dj111-postgres-noelasticsearch
|
||||
python: 3.5
|
||||
- env: TOXENV=py35-dj111-postgres-elasticsearch
|
||||
|
|
|
|||
3
tox.ini
3
tox.ini
|
|
@ -2,7 +2,7 @@
|
|||
skipsdist = True
|
||||
usedevelop = True
|
||||
|
||||
envlist = py{27,34,35}-dj{18,110,110head}-{sqlite,postgres,mysql,mssql}-{elasticsearch5,elasticsearch2,elasticsearch,noelasticsearch},
|
||||
envlist = py{27,34,35}-dj{18,110}-{sqlite,postgres,mysql,mssql}-{elasticsearch5,elasticsearch2,elasticsearch,noelasticsearch},
|
||||
py{27,34,35,36}-dj111-{sqlite,postgres,mysql}-{elasticsearch5,elasticsearch2,elasticsearch,noelasticsearch},
|
||||
flake8
|
||||
|
||||
|
|
@ -45,7 +45,6 @@ deps =
|
|||
|
||||
dj18: Django>=1.8.1,<1.9
|
||||
dj110: Django>=1.10a1,<1.11
|
||||
dj110head: git+https://github.com/django/django.git@stable/1.10.x#egg=Django
|
||||
dj111: Django>=1.11b1,<2.0
|
||||
dj18-mssql: django-pyodbc-azure==1.8.13.0
|
||||
dj19-mssql: django-pyodbc-azure==1.9.6.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue