environment: matrix: # For Python versions available on Appveyor, see # https://www.appveyor.com/docs/windows-images-software/#python # Only Python 3.6+ is supported - PYTHON: "C:\\Python36" - PYTHON: "C:\\Python37" - PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python37-x64" install: # Prepend Python installation and scripts (e.g. pytest) to PATH - set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH% # Install tox - "pip install tox" build: off test_script: # run tests - "tox -e appveyor"