blob: 19a63cc475e018a1ea62af017077df35287ecc49 [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 pyfakefs.tests.all_tests"
- "%PYTHON%\\python.exe -m pytest pyfakefs\\tests\\pytest_plugin_test.py"
- "%PYTHON%\\python.exe -m pytest pyfakefs\\tests\\pytest_plugin_failing_test.py > testresult.txt | echo."
- "%PYTHON%\\python.exe -m pytest pyfakefs\\tests\\pytest_check_failed_plugin_test.py"