mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
trying to test python 2.7 on windows
This commit is contained in:
+10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user