mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-03 11:41:50 +02:00
10 lines
125 B
YAML
10 lines
125 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
- "3.9"
|
|
script: tox
|
|
install:
|
|
- pip install tox-travis
|