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