Skip to content

Commit 5ac1ab4

Browse files
authored
Update wercker.yml
1 parent c84982d commit 5ac1ab4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wercker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ build:
77
code: |
88
pip install virtualenv
99
10-
- virtualenv:
11-
name: setup virtual environment
12-
install_wheel: true # Enable wheel to speed up builds (experimental)
13-
1410
- script:
1511
name: echo python information
1612
code: |
@@ -20,6 +16,10 @@ build:
2016
- script:
2117
name: build
2218
code: |
19+
export VIRTUALENV_LOCATION=$HOME/venv
20+
virtualenv --no-site-packages -p $(which python) $VIRTUALENV_LOCATION
21+
source "$VIRTUALENV_LOCATION/bin/activate"
22+
2323
python setup.py sdist bdist_wheel
2424
2525
deploy:

0 commit comments

Comments
 (0)