Add Travis CI configuration

This commit is contained in:
Wenxin Tian 2023-12-04 12:10:11 -05:00
parent 34578f015c
commit 2cdde6be6c

7
ihatemoney/.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "3.8"
install:
- pip install -r requirements.txt
script:
- python your_test_script.py