fimfarchive/.travis.yml

10 lines
127 B
YAML
Raw Normal View History

2018-09-08 18:01:13 +02:00
dist: xenial
sudo: required
2017-01-28 21:10:57 +01:00
language: python
python:
- "3.6"
2018-09-08 18:01:13 +02:00
- "3.7"
2019-11-29 23:01:07 +01:00
- "3.8"
2017-01-28 21:10:57 +01:00
install: pip install tox-travis
script: tox