Compare commits
4 Commits
dev
...
fdf3b088f2
| Author | SHA1 | Date | |
|---|---|---|---|
| fdf3b088f2 | |||
| c7bd77e341 | |||
| 37601be549 | |||
| 19cdddf27e |
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: testing
|
||||
image: python
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- pytest --doctest-modules ./mapytex/
|
||||
Reference in New Issue
Block a user