MG
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
MG created a post, Python2 virtualenv not available?
Hello, I'm trying to add a Python step and trying to use virtualenv with python2. Whenever I run I get the following: 20:13:56 Create Virtualenv environment20:13:56 /usr/bin/python2 -m virtua... -
MG created a post, What's the best way to run tox inside a Python build step?
I'm trying to run steps like this in TeamCity: virtualenv venv -p python2.7. venv/bin/activatepip install -r requirements.txttox -e py27-java When I create a py2 environment, how can I actually r... -
-
-
MG created a post, AnsweredParallel Build Configurations with dependencies
I have build config A which does test setup that (among other things) starts a Docker container. The following build configs B, C, D run some tests within the Docker container from A. I would like ...