File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
language : python
3
+ # sudo required only till https://github.com/travis-ci/travis-ci/issues/9848 is fixed
4
+ sudo : required
3
5
cache :
4
6
- pip
5
7
- directories :
@@ -21,6 +23,9 @@ before_install:
21
23
# - sudo apt-get update && sudo apt-get install yarn
22
24
# - if [[ $TRAVIS_PYTHON_VERSION == '3.7-dev' ]]; then sudo add-apt-repository ppa:deadsnakes/ppa -y; fi
23
25
# - 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
24
29
- nvm install $TRAVIS_NODE_VERSION
25
30
# end
26
31
- which tox >/dev/null || if [ -z ${VIRTUAL_ENV+x} ]; then pip install --user tox tox-pyenv ; else pip install tox tox-pyenv; fi
You can’t perform that action at this time.
0 commit comments