fimfarchive/.travis.yml

9 lines
117 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"
2017-01-28 21:10:57 +01:00
install: pip install tox-travis
script: tox