mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
Build with Ubuntu Xenial on Travis
This commit is contained in:
parent
b7c7fcc780
commit
71e064d029
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
sudo: false
|
||||
dist: xenial
|
||||
sudo: required
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
|
|
Loading…
Reference in a new issue