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
7bfc3bffa0
commit
b625aba948
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "3.8"
|
||||
|
||||
cache: pip
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install ihatemoney
|
||||
|
||||
script:
|
||||
- python your_test_script.py
|
||||
- make test
|
Loading…
Reference in a new issue