You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wting_autojump/appveyor.yml

36 lines
667 B

environment:
matrix:
# For Python versions available on Appveyor, see
# https://www.appveyor.com/docs/windows-images-software/#python
- PYTHON: "C:\\Python26-x64"
TOX_ENV: "py26"
- PYTHON: "C:\\Python27-x64"
TOX_ENV: "py27"
- PYTHON: "C:\\Python33-x64"
TOX_ENV: "py33"
- PYTHON: "C:\\Python34-x64"
TOX_ENV: "py34"
- PYTHON: "C:\\Python35-x64"
TOX_ENV: "py35"
- PYTHON: "C:\\Python36-x64"
TOX_ENV: "py36"
- PYTHON: "C:\\Python37-x64"
TOX_ENV: "py37"
install:
- "%PYTHON%\\python.exe -m pip install tox"
build: off
test_script:
- "%PYTHON%\\python.exe -m tox -e %TOX_ENV%"