testing wercker
This commit is contained in:
15
wercker.yml
Normal file
15
wercker.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
box: python:3.5
|
||||||
|
build:
|
||||||
|
steps:
|
||||||
|
- virtualenv:
|
||||||
|
name: setup virtual environment
|
||||||
|
install_wheel: true
|
||||||
|
|
||||||
|
- pip-install
|
||||||
|
|
||||||
|
- script:
|
||||||
|
name: echo python information
|
||||||
|
code: |
|
||||||
|
echo "python version $(python --version) running"
|
||||||
|
echo "pip version $(pip --version) running"
|
||||||
|
|
||||||
Reference in New Issue
Block a user