Skip to content

Commit 43e110f

Browse files
committed
Remove pypiwin32 hard-coded dependency
1 parent c844e41 commit 43e110f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ matrix:
99
before_install:
1010
- choco install python2 vcredist2008
1111
- choco install --ignore-dependencies vcpython27
12-
- pip install pypiwin32
1312
env:
1413
- PATH=/c/Python27:/c/Python27/Scripts:$PATH
1514
- TRAVIS_PYTHON_VERSION=2.7
@@ -18,7 +17,6 @@ matrix:
1817
language: shell
1918
before_install:
2019
- choco install python
21-
- pip install pypiwin32
2220
env:
2321
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
2422
- TRAVIS_PYTHON_VERSION=3.7

0 commit comments

Comments
 (0)