From 506dada2214782efa19caa6bae62d55f9ca4c5ab 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 23ebb083..c21f69af 100644 --- a/tox.ini +++ b/tox.ini @@ -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]