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 b1994a5 commit afd18d2Copy full SHA for afd18d2
.travis.yml
@@ -16,6 +16,7 @@ jobs:
16
before_install:
17
- choco install python --version 3.6.0
18
- python -m pip install --upgrade pip
19
+ - python --version
20
env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
21
22
- name: Windows Python 3.7
@@ -24,6 +25,7 @@ jobs:
24
25
26
- choco install python --version 3.7.0
27
28
29
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
30
31
install:
0 commit comments