testing wercker

This commit is contained in:
Romain Dorgueil
2016-12-09 09:22:02 +01:00
parent 0118e6fe4b
commit 5e7e3bb54a

15
wercker.yml Normal file
View 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"