Skip to content

Commit 9fa516b

Browse files
committed
travis: publish workaround
Signed-off-by: Sorin Sbarnea <[email protected]>
1 parent c69870f commit 9fa516b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
language: python
3+
# sudo required only till https://github.com/travis-ci/travis-ci/issues/9848 is fixed
4+
sudo: required
35
cache:
46
- pip
57
- directories:
@@ -21,6 +23,9 @@ before_install:
2123
# - sudo apt-get update && sudo apt-get install yarn
2224
# - if [[ $TRAVIS_PYTHON_VERSION == '3.7-dev' ]]; then sudo add-apt-repository ppa:deadsnakes/ppa -y; fi
2325
# - if [[ $TRAVIS_PYTHON_VERSION == '3.7-dev' ]]; then sudo apt-get update; fi
26+
# sudo required only till https://github.com/travis-ci/travis-ci/issues/9848 is fixed
27+
- sudo pip install -U pip setuptools twine wheel
28+
# ^ end workaround
2429
- nvm install $TRAVIS_NODE_VERSION
2530
# end
2631
- which tox >/dev/null || if [ -z ${VIRTUAL_ENV+x} ]; then pip install --user tox tox-pyenv ; else pip install tox tox-pyenv; fi

0 commit comments

Comments
 (0)