-
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user