From 21d8c40caa4ab1eac2bb2f66e250c2e67db7ec40 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sat, 13 Jul 2019 16:32:52 +0300 Subject: [PATCH] trying to test python 2.7 on windows --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 59ca1d7..8292c3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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