mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
8 lines
117 B
YAML
8 lines
117 B
YAML
dist: xenial
|
|
sudo: required
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
install: pip install tox-travis
|
|
script: tox
|