Skip to content

Commit

Permalink
MAINT: No pyside on 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jvkersch committed Jul 10, 2017
1 parent 3839915 commit 340c42f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ matrix:
- env: RUNTIME=2.7 TOOLKIT=pyside
- env: RUNTIME=3.5 TOOLKIT=pyqt
- env: RUNTIME=3.5 TOOLKIT=null
- env: RUNTIME=3.5 TOOLKIT=pyside
fast_finish: true

branches:
Expand Down
2 changes: 1 addition & 1 deletion ci/edmtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

supported_combinations = {
'2.7': {'pyqt', 'pyside', 'wx', 'null'},
'3.5': {'pyqt', 'pyside', 'null'},
'3.5': {'pyqt', 'null'},
}

dependencies = {
Expand Down

0 comments on commit 340c42f

Please sign in to comment.