mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
11 lines
182 B
YAML
11 lines
182 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "3.7"
|
|
- "3.8"
|
|
- "3.9"
|
|
script: tox
|
|
before_install:
|
|
- python -m pip install --upgrade pip virtualenv
|
|
install:
|
|
- pip install tox-travis
|