mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-04 04:01:49 +02:00
12 lines
No EOL
107 B
YAML
12 lines
No EOL
107 B
YAML
language: python
|
|
|
|
python:
|
|
- "3.8"
|
|
|
|
cache: pip
|
|
|
|
install:
|
|
- pip install ihatemoney
|
|
|
|
script:
|
|
- make test |