Sfoglia il codice sorgente

Change the order of travis entries

osx takes longer time than others, so I put it on top.
Kentaro Wada 6 anni fa
parent
commit
8e7fd79b2c
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6 6
      .travis.yml

+ 6 - 6
.travis.yml

@@ -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:
   - |