try drone
This commit is contained in:
parent
dbb43f7e29
commit
874b13833f
1 changed files with 11 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal 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
|
Loading…
Reference in a new issue