Merge pull request #5741 from jdufresne/xenial

Use 'dist: xenial' in Travis to simplify configuration
This commit is contained in:
Takeshi KOMIYA 2018-12-10 09:47:16 +09:00 committed by GitHub
commit 366e4674f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
language: python
sudo: false
dist: trusty
dist: xenial
cache: pip
env:
@ -20,12 +20,8 @@ matrix:
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
- python: '3.7'
env: TOXENV=py37
dist: xenial
sudo: true
- python: 'nightly'
env: TOXENV=py38
dist: xenial
sudo: true
- python: '3.6'
env: TOXENV=docs
- python: '3.6'