Skip to content

Commit

Permalink
bootstrap: update pip, install packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Sep 4, 2018
1 parent d75e779 commit db9e4a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ EOF
&& "$PROJECT_ROOT"/bin/pip uninstall -y distribute || true

# tools
pip_install -U "setuptools>=0.6c11"
pip_install -U "pip"
pip_install -U "setuptools>=38"
pip_install -U "packaging"
pip_install -U "paver>=1.0.5"
##pip_install -U "nose>=1.0"
##pip_install -U "coverage>=3.4"
Expand Down

0 comments on commit db9e4a1

Please sign in to comment.