We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed939b commit eab99a7Copy full SHA for eab99a7
.travis.yml
@@ -12,14 +12,14 @@ matrix:
12
env:
13
- PATH=/c/Python27:/c/Python27/Scripts:$PATH
14
- TRAVIS_PYTHON_VERSION=2.7
15
- - name: "Python 3.8: Windows"
+ - name: "Python 3.7: Windows"
16
os: windows
17
language: shell
18
before_install:
19
- - choco install python3
+ - choco install python3 --version=3.7.4
20
21
- - PATH=/c/Python38:/c/Python38/Scripts:$PATH
22
- - TRAVIS_PYTHON_VERSION=3.8
+ - PATH=/c/Python37:/c/Python37/Scripts:$PATH
+ - TRAVIS_PYTHON_VERSION=3.7
23
- name: "Python 3.7: Xenial Linux"
24
python: 3.7
25
dist: xenial
0 commit comments