try to ignore cx_freeze from regular pytest runs and see if travis is happy

This commit is contained in:
holger krekel 2015-05-07 12:02:14 +02:00
parent 3c187c844e
commit 52354b9ab5
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ commands=
minversion=2.0
plugins=pytester
#--pyargs --doctest-modules --ignore=.tox
addopts= -rxsX -p pytester
addopts= -rxsX -p pytester --ignore=cx_freeze
rsyncdirs=tox.ini pytest.py _pytest testing
python_files=test_*.py *_test.py testing/*/*.py
python_classes=Test Acceptance