From ed131d0bbf7c171aaf1fe228608133b17771632f Mon Sep 17 00:00:00 2001 From: Tobias Kroenke Date: Tue, 12 Feb 2019 12:37:48 +0100 Subject: [PATCH] fix tox.ini --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 48bbface..2b1a2314 100644 --- a/tox.ini +++ b/tox.ini @@ -38,9 +38,6 @@ 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 py.test -xv --ignore=t/unit/test_models.py - -[testenv:models] -commands = py.test -xv -k 'ModelMigrationTests' [testenv:apicheck]