environment: matrix: # For Python versions available on Appveyor, see # http://www.appveyor.com/docs/installed-software#python - PYTHON: "C:\\Python26" - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python33" - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python26-x64" - PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python33-x64" - PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python35-x64" install: # We need tox installed for the tests - "%PYTHON%\\Scripts\\pip.exe install tox" build: off test_script: - "%PYTHON%\\Scripts\\tox.exe -e py"