mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5741 from jdufresne/xenial
Use 'dist: xenial' in Travis to simplify configuration
This commit is contained in:
commit
366e4674f7
@ -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