Skip to content

Commit 390cba8

Browse files
committed
Revert "Update wercker.yml"
This reverts commit 5ac1ab4.
1 parent 5ac1ab4 commit 390cba8

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,6 +7,10 @@ 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+
1014
- script:
1115
name: echo python information
1216
code: |
@@ -16,10 +20,6 @@ build:
1620
- script:
1721
name: build
1822
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)