trying to test python 2.7 on windows

This commit is contained in:
Shay Palachy
2019-07-13 16:32:52 +03:00
parent ff44c0f182
commit 21d8c40caa
+10
View File
@@ -59,6 +59,16 @@ matrix:
- pip3 install --upgrade pytest
- pip3 install codecov
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
- name: "Python 2.7 on Windows"
os: windows # Windows 10.0.17134 N/A Build 17134
language: shell # 'language: python' is an error on Travis CI Windows
before_install:
- choco install python2
- python --version
- python -m pip install --upgrade pip
- pip install --upgrade pytest
- pip install codecov
env: PATH=/c/Python27:/c/Python27/Scripts:$PATH
before_install:
# coverage submission packages
- python --version