mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Add Travis CI configuration
This commit is contained in:
parent
34578f015c
commit
2cdde6be6c
1 changed files with 7 additions and 0 deletions
7
ihatemoney/.travis.yml
Normal file
7
ihatemoney/.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.8"
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
script:
|
||||||
|
- python your_test_script.py
|
Loading…
Reference in a new issue