.travis.yml: Add os and dist config

This commit is contained in:
Jan Holthuis 2020-03-11 15:46:27 +01:00
parent 1092505f33
commit 1357c1cbf1

View file

@ -2,6 +2,8 @@ language: python
python:
- 3.6
- 3.7
os: linux
dist: xenial
cache:
pip: true