Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Commit

Permalink
Update virtualenv to version 12.0.6 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 authored and whimboo committed Feb 4, 2015
1 parent a623e96 commit e0a599a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_tests.sh
Expand Up @@ -7,7 +7,7 @@
set -e
DIR_TEST_ENV="test/venv"
DIR_JENKINS_ENV=jenkins-env
VERSION_VIRTUALENV=1.9.1
VERSION_VIRTUALENV=12.0.5

export JENKINS_HOME=jenkins-master

Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Expand Up @@ -6,7 +6,7 @@ URL_VIRTUALENV=https://codeload.github.com/pypa/virtualenv/zip/
VERSION_MERCURIAL=2.6.2
VERSION_PULSEBUILDMONITOR=0.90
VERSION_PYTHON_JENKINS=0.2.1
VERSION_VIRTUALENV=1.9.1
VERSION_VIRTUALENV=12.0.5

VERSION_PYTHON=$(python -c "import sys;print sys.version[:3]")

Expand Down

0 comments on commit e0a599a

Please sign in to comment.