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/
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
# Mapytex
|
# Mapytex
|
||||||
|
[](https://drone.opytex.org/lafrite/Mapytex)
|
||||||
|
|
||||||
Formal calculus with explanation python module and exercises creation tools.
|
Formal calculus with explanation python module and exercises creation tools.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user