Skip to content

Commit 6428cb9

Browse files
author
Pan
committed
Updated travis cfg
1 parent 69a7ff3 commit 6428cb9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ jobs:
7777
env:
7878
- PYENV: 3.7.0
7979
install:
80-
- pip install twine
80+
- wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
81+
- sudo python get-pip.py
82+
- sudo -H pip install -U pip
83+
- sudo -H pip install -U setuptools
84+
- sudo -H pip install twine
8185
script:
8286
- ./ci/travis/pyenv-wheel.sh
8387

0 commit comments

Comments
 (0)