Skip to content

Commit 79cd432

Browse files
committed
travis: move pyqt5 to allowed failures
1 parent 8397c08 commit 79cd432

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ matrix:
1515
env: BUILD_DOCS=true
1616
python: '3.4'
1717
script: source $TRAVIS_BUILD_DIR/.travis/build_doc.sh
18-
- python: '3.5'
18+
- &pyqt5
19+
python: '3.5'
1920
env: PYQT5=true
2021
dist: trusty
2122
addons: { apt: { packages: [] } }
2223
allow_failures:
2324
- *pylint
25+
- *pyqt5
2426
fast_finish: true
2527

2628
cache:

0 commit comments

Comments
 (0)