another try at ignoring cx_freeze during other tox envs
This commit is contained in:
parent
52354b9ab5
commit
c4bd3c672b
2
tox.ini
2
tox.ini
|
@ -145,7 +145,7 @@ commands=
|
||||||
minversion=2.0
|
minversion=2.0
|
||||||
plugins=pytester
|
plugins=pytester
|
||||||
#--pyargs --doctest-modules --ignore=.tox
|
#--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
|
rsyncdirs=tox.ini pytest.py _pytest testing
|
||||||
python_files=test_*.py *_test.py testing/*/*.py
|
python_files=test_*.py *_test.py testing/*/*.py
|
||||||
python_classes=Test Acceptance
|
python_classes=Test Acceptance
|
||||||
|
|
Loading…
Reference in New Issue