[Pytest-commit] commit/pytest: hpk42: try to ignore cx_freeze from regular pytest runs and see if travis is happy

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu May 7 12:02:28 CEST 2015


1 new commit in pytest:

https://bitbucket.org/pytest-dev/pytest/commits/157eb0bccf55/
Changeset:   157eb0bccf55
User:        hpk42
Date:        2015-05-07 10:02:14+00:00
Summary:     try to ignore cx_freeze from regular pytest runs and see if travis is happy
Affected #:  1 file

diff -r 4d7215daf4cc1abe9d4dccab978bebcbe3d870d0 -r 157eb0bccf55764dabe788b81bbcad1663774079 tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -145,7 +145,7 @@
 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

Repository URL: https://bitbucket.org/pytest-dev/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list