mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 13:28:00 +01:00
9 lines
127 B
YAML
9 lines
127 B
YAML
dist: xenial
|
|
sudo: required
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
install: pip install tox-travis
|
|
script: tox
|