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