Skip to content

Commit

Permalink
Print debug info on pip/setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jul 12, 2015
1 parent 327a789 commit 92021d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/drone_before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ virtualenv -p python --system-site-packages ~/venv

source ~/venv/bin/activate
retry pip install --upgrade setuptools pip
python -c 'import setuptools; print("Setuptools version:", setuptools.__version__)'
retry pip install wheel flake8 coveralls nose
retry pip install $WHEELHOUSE -r requirements.txt
python -c 'import setuptools; print("Setuptools version:", setuptools.__version__)'
# clean up disk space
sudo apt-get clean
sudo rm -rf /tmp/*
Expand Down

0 comments on commit 92021d7

Please sign in to comment.