From c4bd3c672b3d8eff37e7457f29b05187a94e39cf Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 7 May 2015 12:19:35 +0200 Subject: [PATCH] another try at ignoring cx_freeze during other tox envs --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 36b414db5..1b7822e3a 100644 --- a/tox.ini +++ b/tox.ini @@ -145,7 +145,7 @@ commands= minversion=2.0 plugins=pytester #--pyargs --doctest-modules --ignore=.tox -addopts= -rxsX -p pytester --ignore=cx_freeze +addopts= -rxsX -p pytester --ignore=testing/cx_freeze rsyncdirs=tox.ini pytest.py _pytest testing python_files=test_*.py *_test.py testing/*/*.py python_classes=Test Acceptance