Enable migrations during tests
This commit is contained in:
parent
ea9970d250
commit
9b65a24c29
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -2,7 +2,7 @@
|
|||
envlist = pep8,isort,py{35,34,27}-django{19}-{cms33,cms32,knocker},py{35,34,33,27}-django{18}-cms{33,32,31},py{34,33,27}-django{17,16}-cms{32,31,30},py{26}-django16-cms{31,30}
|
||||
|
||||
[testenv]
|
||||
commands = {env:COMMAND:python} cms_helper.py test djangocms_blog --no-migrate
|
||||
commands = {env:COMMAND:python} cms_helper.py test djangocms_blog
|
||||
deps =
|
||||
django16: Django>=1.6,<1.7
|
||||
django16: django-taggit<0.18
|
||||
|
|
Loading…
Reference in a new issue