environment: matrix: # Unit and integration tests. - PYTHON: "C:\\Python27" RUN_INTEGRATION_TESTS: "True" - PYTHON: "C:\\Python36-x64" RUN_INTEGRATION_TESTS: "True" # Unit tests only. - PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python36" matrix: fast_finish: true clone_depth: 50 install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" - "python --version" - "python -m pip install --upgrade --disable-pip-version-check pip setuptools wheel" - "pip install --upgrade certifi tox tox-venv" - "pip freeze --all" # Fix git SSL errors. - "python -m certifi >cacert.txt" - "set /p GIT_SSL_CAINFO=