try drone

This commit is contained in:
boyska 2018-08-20 23:28:25 +02:00
parent dbb43f7e29
commit 874b13833f

11
.drone.yml Normal file
View file

@ -0,0 +1,11 @@
---
pipeline:
build:
image: python:3.5.2
commands:
- mkdir -p /tmp/
- touch /tmp/try # apparently needed
- pip3 install -U wheel
- pip3 install -U pip
- pip3 install .
- python3 setup.py install test