Use the Ubuntu Xenial image on Travis

We need it for Python 3.7.
This commit is contained in:
Kodi Arfer 2019-03-18 14:36:10 -04:00
parent 808f81f7e8
commit f87959f6ba

View File

@ -1,11 +1,12 @@
sudo: false sudo: false
dist: xenial
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.5" - "3.5"
- "3.6" - "3.6"
- pypy - pypy2.7-6.0
- pypy3 - pypy3.5-6.0
install: install:
- pip install -r requirements-travis.txt - pip install -r requirements-travis.txt
- pip install -e . - pip install -e .