Skip to content

Commit

Permalink
Remove PYTHONUNBUFFERED to see if that has anything to deal with fail…
Browse files Browse the repository at this point in the history
…ures in PyQt5
  • Loading branch information
nicoddemus committed Sep 3, 2015
1 parent bf19ba4 commit 11efb4e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ environment:
#
matrix:
- INSTALL_QT: "py34-pyqt5"
PYTHONUNBUFFERED: 1
#PYTHONUNBUFFERED: 1
TESTENVS: "py34-pyqt5"

- INSTALL_QT: "py34-pyqt4"
PYTHONUNBUFFERED: 1
#PYTHONUNBUFFERED: 1
TESTENVS: "py34-pyqt4"

- INSTALL_QT: "py27-pyqt4"
PYTHONUNBUFFERED: 1
#PYTHONUNBUFFERED: 1
TESTENVS: "py27-pyqt4"

- PYTHONUNBUFFERED: 1
TESTENVS: "py27-pyside,py33-pyside,py34-pyside,docs"
- TESTENVS: "py27-pyside,py33-pyside,py34-pyside,docs"
#PYTHONUNBUFFERED: 1


install:
- ECHO "Filesystem root:"
Expand Down

0 comments on commit 11efb4e

Please sign in to comment.