mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-04 15:50:01 +01:00
appveyor for windows builds
This commit is contained in:
parent
fa5e179c06
commit
ae6ab87135
35
.appveyor.yml
Normal file
35
.appveyor.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
build: false
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- PYTHON: "C:\\Python27"
|
||||
PYTHON_VERSION: "2.7.8"
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
- PYTHON: "C:\\Python33"
|
||||
PYTHON_VERSION: "3.3.5"
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
- PYTHON: "C:\\Python34"
|
||||
PYTHON_VERSION: "3.4.1"
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
- PYTHON: "C:\\Python35"
|
||||
PYTHON_VERSION: "3.5.4"
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
- PYTHON: "C:\\Python36"
|
||||
PYTHON_VERSION: "3.6.4"
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
init:
|
||||
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
|
||||
|
||||
install:
|
||||
- "%PYTHON%/Scripts/pip.exe install -e ."
|
||||
- "%PYTHON%/Scripts/pip.exe install -r requirements-docs.txt"
|
||||
- "%PYTHON%/Scripts/pip.exe install -r requirements-pytest.txt"
|
||||
|
||||
test_script:
|
||||
- "%PYTHON%/Scripts/pytest"
|
||||
|
||||
Loading…
Reference in a new issue