1- environment :
1+ # https://ci.appveyor.com/project/goanpeca/qtpy
2+
3+ branches :
4+ only :
5+ - master
26
7+ environment :
38 global :
49 PYTHON : " C:\\ conda"
510 CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci-helpers\\ appveyor\\ windows_sdk.cmd"
611 PYTHON_ARCH : " 64" # needs to be set for CMD_IN_ENV to succeed. If a mix
712 # of 32 bit and 64 bit builds are needed, move this
813 # to the matrix section.
14+ # Used by atropy ci-helpers
15+ CONDA_CHANNELS : " spyder-ide qttesting"
916
1017 matrix :
11-
12- # - PYTHON_VERSION: "2.7"
13- # CONDA_CHANNELS: "msarahan"
14- # CONDA_DEPENDENCIES: "pytest qt5 pyqt5"
18+ # Qt4
19+ - PYTHON_VERSION : " 2.7"
20+ CONDA_DEPENDENCIES : " pytest pytest-cov qt=4.* pyside"
1521 - PYTHON_VERSION : " 2.7"
16- CONDA_DEPENDENCIES : " pytest qt pyqt"
22+ CONDA_DEPENDENCIES : " pytest pytest-cov qt=4.* pyqt=4.*"
23+ - PYTHON_VERSION : " 3.4"
24+ CONDA_DEPENDENCIES : " pytest pytest-cov qt=4.* pyqt=4.*"
25+ - PYTHON_VERSION : " 3.5"
26+ CONDA_DEPENDENCIES : " pytest pytest-cov qt=4.* pyqt=4.*"
27+ # Qt5
1728 - PYTHON_VERSION : " 2.7"
18- CONDA_DEPENDENCIES : " pytest qt pyside"
19- # - PYTHON_VERSION: "3.5"
20- # CONDA_CHANNELS: "msarahan"
21- # CONDA_DEPENDENCIES: "pytest qt5 pyqt5"
29+ CONDA_DEPENDENCIES : " pytest pytest-cov qt=5.* pyqt=5.*"
2230 - PYTHON_VERSION : " 3.5"
23- CONDA_DEPENDENCIES : " pytest qt pyqt"
31+ CONDA_DEPENDENCIES : " pytest pytest-cov qt=5.* pyqt=5.* "
2432
2533platform :
2634 -x64
@@ -30,6 +38,7 @@ install:
3038 - " powershell ci-helpers/appveyor/install-miniconda.ps1"
3139 - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
3240 - " activate test"
41+ - " python setup.py install"
3342
3443# Not a .NET project, we build in the install step instead
3544build : false
0 commit comments