diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/teamcity-runtests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh index 7025c23..bcb28f7 100755 --- a/tools/teamcity-runtests.sh +++ b/tools/teamcity-runtests.sh @@ -27,7 +27,8 @@ fi . ${venv_wrapper} rmvirtualenv ${venv} || true -mkvirtualenv -p `which python${pyversion}` ${venv} +mkvirtualenv -p `which python${pyversion}` ${venv} || true +workon ${venv} # install ptyprocess cd $here/../../ptyprocess |
