environment: matrix: - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python33" build: off test_script: - "%PYTHON%\\python.exe install.py" - "%PYTHON%\\python.exe install_test.py"