Merge pull request #208 from cyx/master

Upgrade pip and make netrc github work
This commit is contained in:
2015-03-26 13:16:55 -04:00
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ WEBCONCURRENCY_PROFILE_PATH="$BUILD_DIR/.profile.d/python.webconcurrency.sh"
DEFAULT_PYTHON_VERSION="python-2.7.9"
DEFAULT_PYTHON_STACK="cedar"
PYTHON_EXE="/app/.heroku/python/bin/python"
PIP_VERSION="6.0.6"
PIP_VERSION="6.0.8"
SETUPTOOLS_VERSION="11.3.1"
# Setup bpwatch
+1 -1
View File
@@ -68,7 +68,7 @@ deep-rm() {
# subshell to avoid surprising caller with shopts.
(
shopt -s dotglob
rm -rf "$1"/!(tmp|.|..)
rm -rf "$1"/!(.curlrc|.netrc|tmp|.|..)
)
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.