mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use 'dist: xenial' in Travis to simplify configuration
Allows using Python version 3.7 without sudo declarations. Travis officially added support for Xenial on 2018-11-08. https://blog.travis-ci.com/2018-11-08-xenial-release
This commit is contained in:
parent
b13a6ff3e6
commit
96f6c950dd
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user