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