Add Travis CI configuration

This commit is contained in:
Wenxin Tian 2023-12-04 13:54:51 -05:00
parent 7bfc3bffa0
commit b625aba948

View file

@ -1,7 +1,12 @@
language: python language: python
python: python:
- "3.8" - "3.8"
cache: pip
install: install:
- pip install -r requirements.txt - pip install ihatemoney
script: script:
- python your_test_script.py - make test