environment: matrix: - PYTHON: "C:\\Python35" TOXENV: "py35" install: - "%PYTHON%\\python.exe -m pip install tox" build: off test_script: - "%PYTHON%\\Scripts\\tox.exe"