mirror of
https://github.com/wassname/cachier.git
synced 2026-09-10 11:50:23 +08:00
travis - python 3.5 on windows
This commit is contained in:
+14
-4
@@ -62,21 +62,31 @@ matrix:
|
||||
- pip install --upgrade pytest
|
||||
- pip install codecov
|
||||
env: PATH=/c/Python27:/c/Python27/Scripts:$PATH
|
||||
- name: "Python 3.6 on Windows"
|
||||
- name: "Python 3.5.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 python --version 3.6.7
|
||||
- choco install python --version 3.5.7
|
||||
- python --version
|
||||
- python -m pip install --upgrade pip
|
||||
- pip3 install --upgrade pytest
|
||||
- pip3 install codecov
|
||||
env: PATH=/c/Python35:/c/Python35/Scripts:$PATH
|
||||
- name: "Python 3.6.9 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 python --version 3.6.9
|
||||
- python --version
|
||||
- python -m pip install --upgrade pip
|
||||
- pip3 install --upgrade pytest
|
||||
- pip3 install codecov
|
||||
env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
|
||||
- name: "Python 3.7 on Windows"
|
||||
- name: "Python 3.7.4 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 python
|
||||
- choco install python --version 3.7.4
|
||||
- python --version
|
||||
- python -m pip install --upgrade pip
|
||||
- pip3 install --upgrade pytest
|
||||
|
||||
Reference in New Issue
Block a user