File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ before_script:
80
80
81
81
# For coverage testing (upgrade is used to get latest urllib3 version)
82
82
- sudo apt-get install -y python3-pip
83
- - pip3 install --user sh click
83
+ - pip3 install --user sh click setuptools
84
84
- ([[ -z "$TRAVIS_TESTS" ]] || sudo pip install --upgrade cpp-coveralls)
85
85
- (! var_search "${TRAVIS_TESTS-}" docs || sudo apt-get install -y librsvg2-bin)
86
- - (! var_search "${TRAVIS_TESTS-}" docs || pip3 install --user setuptools Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter)
86
+ - (! var_search "${TRAVIS_TESTS-}" docs || pip3 install --user Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter)
87
87
- (! var_search "${TRAVIS_TESTS-}" translations || pip3 install --user polib)
88
88
89
89
# report some good version numbers to the build
You can’t perform that action at this time.
0 commit comments