blob: ea517c740cbe1b36df17aa5bf98d9d5bf6dd2fbe [file] [log] [blame]
environment:
matrix:
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python34-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
install:
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "%PYTHON%\\python.exe -m pip install ."
build: off
test_script:
- "%PYTHON%\\python.exe -m tests.all_tests"
- "%PYTHON%\\Scripts\\py.test.exe tests\\pytest_plugin_test.py"