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 c844e41 commit 43e110fCopy full SHA for 43e110f
.travis.yml
@@ -9,7 +9,6 @@ matrix:
9
before_install:
10
- choco install python2 vcredist2008
11
- choco install --ignore-dependencies vcpython27
12
- - pip install pypiwin32
13
env:
14
- PATH=/c/Python27:/c/Python27/Scripts:$PATH
15
- TRAVIS_PYTHON_VERSION=2.7
@@ -18,7 +17,6 @@ matrix:
18
17
language: shell
19
20
- choco install python
21
22
23
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
24
- TRAVIS_PYTHON_VERSION=3.7
0 commit comments