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 b4b8960 commit 0c77587
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ def test_use_with_qt_with_custom_locale_decimal_delimeter(speedups):
if (3, 6) == sys.version_info[:2] and 'TRAVIS' in os.environ:
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 0c77587

Please sign in to comment.