osx takes longer time than others, so I put it on top.
@@ -13,6 +13,12 @@ env:
- MPLBACKEND=TkAgg # for osx
matrix:
include:
+ - os: osx
+ env:
+ - PYTEST_QT_API=pyqt5
+ - PYQT_PACKAGE='pyqt=5'
+ - PYTHON_VERSION=3.6
+ - RUN_PYINSTALLER=true
- os: linux
dist: trusty
env:
@@ -46,12 +52,6 @@ matrix:
- PYQT_PACKAGE='pyqt=5'
- PYTHON_VERSION=3.6
- RUN_PYINSTALLER=true
- - os: osx
- env:
- - PYTEST_QT_API=pyqt5
- - PYQT_PACKAGE='pyqt=5'
- - PYTHON_VERSION=3.6
- - RUN_PYINSTALLER=true
install:
- |