Update dependencies for wagtail and django
Only run tests for wagtail v1.13 and django v1.11
This commit is contained in:
@@ -4,9 +4,8 @@ language: python
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Django 1.9, Wagtail 1.9
|
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=py27-django19-wagtail19
|
env: TOXENV=py27-django111-wagtail113
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox codecov
|
- pip install tox codecov
|
||||||
|
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ import re
|
|||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'wagtail>=1.9,<1.11',
|
'wagtail>=1.10,<1.14',
|
||||||
'user-agents>=1.0.1',
|
'user-agents>=1.0.1',
|
||||||
'wagtailfontawesome>=1.0.6',
|
'wagtailfontawesome>=1.0.6',
|
||||||
]
|
]
|
||||||
|
7
tox.ini
7
tox.ini
@@ -1,13 +1,12 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py{27}-django{19}-wagtail{19},lint
|
envlist = py{27}-django{111}-wagtail{113},lint
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = coverage run --parallel -m pytest {posargs}
|
commands = coverage run --parallel -m pytest {posargs}
|
||||||
extras = test
|
extras = test
|
||||||
deps =
|
deps =
|
||||||
django19: django>=1.9,<1.10
|
django111: django>=1.11,<1.12
|
||||||
wagtail19: wagtail>=1.9,<1.10
|
wagtail19: wagtail>=1.13,<1.14
|
||||||
wagtail110: wagtail>=1.10,<1.11
|
|
||||||
|
|
||||||
[testenv:coverage-report]
|
[testenv:coverage-report]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
|
Reference in New Issue
Block a user