Skip to content

Commit 1dc843b

Browse files
tukymilind-shakya-sp
authored andcommitted
test models with DJANGO_CELERY_BEAT_NAME_MAX_LENGTH=191 in own process; pep8
1 parent d482429 commit 1dc843b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tox.ini

+9-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ sitepackages = False
4141
recreate = False
4242
commands =
4343
pip list
44-
py.test -xv
44+
py.test -xv --ignore=t/unit/test_models.py
45+
46+
[testenv:models]
47+
commands =
48+
py.test -xv -k 'ModelMigrationTests'
4549

4650
[testenv:upgradebeat111]
4751
basepython = python2.7
@@ -169,5 +173,9 @@ usedevelop = true
169173
commands =
170174
pip install -U https://github.com/celery/celery/zipball/master#egg=celery
171175
pip install -U https://github.com/celery/kombu/zipball/master#egg=kombu
176+
<<<<<<< HEAD
172177
pip install Django==2.0
173178
py.test -x --cov=django_celery_beat --cov-report=xml --no-cov-on-fail
179+
=======
180+
py.test -x --cov=django_celery_beat --cov-report=xml --no-cov-on-fail --ignore=t/unit/test_models.py
181+
>>>>>>> test models with DJANGO_CELERY_BEAT_NAME_MAX_LENGTH=191 in own process; pep8

0 commit comments

Comments
 (0)