Skip to content

Commit eab99a7

Browse files
committed
too new? pin 3.7 python instead
1 parent 0ed939b commit eab99a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ matrix:
1212
env:
1313
- PATH=/c/Python27:/c/Python27/Scripts:$PATH
1414
- TRAVIS_PYTHON_VERSION=2.7
15-
- name: "Python 3.8: Windows"
15+
- name: "Python 3.7: Windows"
1616
os: windows
1717
language: shell
1818
before_install:
19-
- choco install python3
19+
- choco install python3 --version=3.7.4
2020
env:
21-
- PATH=/c/Python38:/c/Python38/Scripts:$PATH
22-
- TRAVIS_PYTHON_VERSION=3.8
21+
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
22+
- TRAVIS_PYTHON_VERSION=3.7
2323
- name: "Python 3.7: Xenial Linux"
2424
python: 3.7
2525
dist: xenial

0 commit comments

Comments
 (0)