mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-02 19:21:50 +02:00
9 lines
115 B
YAML
9 lines
115 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "3.5"
|
|
- "3.6"
|
|
- "3.7"
|
|
script: tox
|
|
install:
|
|
- pip install tox-travis
|