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 @@ -49,7 +49,7 @@ DPKG_DEPENDS="postgresql-9.3 postgresql-contrib-9.3 postgresql-9.5 postgresql-co
49
49
python3-pip software-properties-common Xvfb libmagickwand-dev"
50
50
PIP_OPTS=" --upgrade \
51
51
--no-cache-dir"
52
- PIP_DEPENDS_EXTRA=" line-profiler watchdog isort coveralls diff-highlight pg-activity virtualenv"
52
+ PIP_DEPENDS_EXTRA=" line-profiler watchdog isort coveralls diff-highlight pg-activity virtualenv setuptools==33.1.1 "
53
53
PIP_DPKG_BUILD_DEPENDS=" "
54
54
NPM_OPTS=" -g"
55
55
NPM_DEPENDS=" localtunnel fs-extra eslint"
@@ -111,7 +111,7 @@ ln -sf ${REPO_REQUIREMENTS}/linit_hook/git/* /usr/share/git-core/templates/hooks
111
111
112
112
# Execute travis_install_nightly
113
113
LINT_CHECK=1 TESTS=0 ${REPO_REQUIREMENTS} /linit_hook/travis/travis_install_nightly
114
- pip install --user -q -- no-binary pycparser -r ${REPO_REQUIREMENTS} /linit_hook/travis/requirements.txt
114
+ pip install --no-binary pycparser -r ${REPO_REQUIREMENTS} /linit_hook/travis/requirements.txt
115
115
116
116
# Install hub & ngrok
117
117
targz_download_execute " ${HUB_ARCHIVE} " " install"
You can’t perform that action at this time.
0 commit comments