Skip to content

Commit

Permalink
fix tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky authored and milind-shakya-sp committed May 6, 2019
1 parent 1dc843b commit 46dac8e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ recreate = False
commands =
pip list
py.test -xv --ignore=t/unit/test_models.py

[testenv:models]
commands =
py.test -xv -k 'ModelMigrationTests'

[testenv:upgradebeat111]
Expand Down Expand Up @@ -173,9 +170,5 @@ usedevelop = true
commands =
pip install -U https://github.com/celery/celery/zipball/master#egg=celery
pip install -U https://github.com/celery/kombu/zipball/master#egg=kombu
<<<<<<< HEAD
pip install Django==2.0
py.test -x --cov=django_celery_beat --cov-report=xml --no-cov-on-fail
=======
py.test -x --cov=django_celery_beat --cov-report=xml --no-cov-on-fail --ignore=t/unit/test_models.py
>>>>>>> test models with DJANGO_CELERY_BEAT_NAME_MAX_LENGTH=191 in own process; pep8

0 comments on commit 46dac8e

Please sign in to comment.