From 5167495eb729f2f01ae0c4961b40dc1ca52ff828 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 22 Oct 2018 12:16:43 +0530 Subject: Rename appveyor.yml -> .appveyor.yml and update references --- .appveyor.yml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .appveyor.yml (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 000000000..cfad2a52f --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,69 @@ +environment: + matrix: + # Unit and integration tests. + - PYTHON: "C:\\Python27" + - PYTHON: "C:\\Python36-x64" + - PYTHON: "C:\\Python27" + RUN_INTEGRATION_TESTS: "True" + - PYTHON: "C:\\Python36-x64" + RUN_INTEGRATION_TESTS: "True" + # Unit tests only. + - PYTHON: "C:\\Python27-x64" + - PYTHON: "C:\\Python34" + - PYTHON: "C:\\Python34-x64" + - PYTHON: "C:\\Python35" + - PYTHON: "C:\\Python35-x64" + - PYTHON: "C:\\Python36" + +install: + - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" + - "python --version" + - "pip install certifi tox" + # Fix git SSL errors. + - "python -m certifi >cacert.txt" + - "set /p GIT_SSL_CAINFO=