mirror of
https://github.com/django-components/django-components.git
synced 2025-09-11 16:36:17 +00:00
Add Django 1.7 to the build matrix
This commit is contained in:
parent
69ea93fd4e
commit
f435762773
1 changed files with 8 additions and 1 deletions
9
tox.ini
9
tox.ini
|
@ -1,8 +1,15 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py{27,33,34}
|
envlist = py{27,33,34}-django{17,18}
|
||||||
|
|
||||||
|
[tox:travis]
|
||||||
|
2.7 = py27-django{17,18}
|
||||||
|
3.3 = py33-django{17,18}
|
||||||
|
3.4 = py34-django{17,18}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
pytest
|
pytest
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
|
django17: Django>=1.7,<1.8
|
||||||
|
django18: Django>=1.8,<1.9
|
||||||
commands = py.test {posargs}
|
commands = py.test {posargs}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue