Skip to content

Commit

Permalink
debugging travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Feb 15, 2019
1 parent 0c77587 commit 6e910f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,10 @@ def test_use_with_qt_with_custom_locale_decimal_delimeter(speedups):
if not speedups:
pytest.skip('Only makes sense with speedups')

if (3, 6) == sys.version_info[:2] and 'TRAVIS' in os.environ:
venv = os.environ.get('VIRTUAL_ENV', '')
if (3, 6) == sys.version_info[:2] and venv.startswith('/home/travis/'):
pytest.skip('PySide2/PyQt5 tests are broken on Travis Python 3.6')

import pprint
pprint.pprint(os.environ)

try:
from PySide2 import QtWidgets
except ImportError:
Expand Down

0 comments on commit 6e910f4

Please sign in to comment.