mirror of
https://github.com/django-components/django-components.git
synced 2025-08-30 18:57:20 +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]
|
||||
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]
|
||||
deps =
|
||||
pytest
|
||||
pytest-xdist
|
||||
django17: Django>=1.7,<1.8
|
||||
django18: Django>=1.8,<1.9
|
||||
commands = py.test {posargs}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue