This commit is contained in:
Romain Dorgueil
2016-12-09 09:35:45 +01:00
parent 77e9371ec6
commit dd24011c9b

View File

@ -1,6 +1,11 @@
box: python:3.5 box: python:3.5
build: build:
steps: steps:
- script:
name: install virtualenv
code: |
pip install virtualenv
- virtualenv: - virtualenv:
name: setup virtual environment name: setup virtual environment
install_wheel: true install_wheel: true