mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +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
|
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
|
Loading…
Reference in a new issue