Skip to content

Commit

Permalink
Merge branch 'bugfix-virtualenv' into freebsd-support
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Apr 25, 2015
2 parents a93fea6 + 71bbdf5 commit 2d35bba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pytest
pytest-cov
coverage
coveralls
pytest-capturelog
3 changes: 2 additions & 1 deletion tools/teamcity-runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d35bba

Please sign in to comment.