Build with Ubuntu Xenial on Travis

This commit is contained in:
Joakim Soderlund 2018-09-08 18:01:13 +02:00
parent b7c7fcc780
commit 71e064d029

View file

@ -1,6 +1,8 @@
sudo: false dist: xenial
sudo: required
language: python language: python
python: python:
- "3.6" - "3.6"
- "3.7"
install: pip install tox-travis install: pip install tox-travis
script: tox script: tox