Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
[REF] install: Force non-upgrade of setuptools
Browse files Browse the repository at this point in the history
Avoid the following traceback error: pypa/setuptools#942 (comment)
  • Loading branch information
moylop260 authored Feb 9, 2017
1 parent cab5ef9 commit 233d67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/travis_install_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if [ "x${WITHOUT_DEPENDENCIES}" == "x" ] ; then
pip install --user -q --no-binary pycparser -r $(dirname ${BASH_SOURCE[0]})/requirements.txt
pip install pstats_print2list
pip install certifi
pip install -U urllib3[secure]
pip install -U urllib3[secure] setuptools==33.1.1
pip install ndg-httpsclient

# Install new dependence: npm package
Expand Down

0 comments on commit 233d67a

Please sign in to comment.