mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-17 21:25:35 +00:00
Update travis configuration
This commit is contained in:
parent
5d648c6fa8
commit
bcf82f538c
22
.travis.yml
22
.travis.yml
@ -1,21 +1,17 @@
|
||||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.5
|
||||
- 3.6
|
||||
sudo: false
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.6
|
||||
env: TOXENV=docs
|
||||
- python: 3.6
|
||||
env: TOXENV=lint
|
||||
- python: 3.6
|
||||
env: TOXENV=formatting
|
||||
install:
|
||||
- pip install tox-travis
|
||||
script:
|
||||
- tox
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
env: TOXENV=docs
|
||||
- python: 3.7
|
||||
env: TOXENV=lint
|
||||
- python: 3.7
|
||||
env: TOXENV=formatting
|
||||
notifications:
|
||||
slack:
|
||||
rooms:
|
||||
|
Loading…
Reference in New Issue
Block a user