ihatemoney/.travis.yml
2023-12-04 13:54:51 -05:00

12 lines
No EOL
107 B
YAML

language: python
python:
- "3.8"
cache: pip
install:
- pip install ihatemoney
script:
- make test