2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-16 00:04:26 +00:00
Files
pykmip/.travis.yml
Peter Hamilton 6650245d08 Update the Travis CI config to test doc building
This change updates the .travis.yml configuration to include
building the Sphinx documentation whenever the Travis CI build
is triggered.
2017-11-17 15:18:53 -05:00

76 lines
1.6 KiB
YAML

language: python
matrix:
include:
- python: 2.7
os: linux
dist: precise
env: TOXENV=py27
- python: 2.7
os: linux
dist: trusty
env: TOXENV=py27
- python: 3.3
os: linux
dist: precise
env: TOXENV=py33
- python: 3.3
os: linux
dist: trusty
env: TOXENV=py33
- python: 3.4
os: linux
dist: precise
env: TOXENV=py34
- python: 3.4
os: linux
dist: trusty
env: TOXENV=py34
- python: 3.5
os: linux
dist: precise
env: TOXENV=py35
- python: 3.5
os: linux
dist: trusty
env: TOXENV=py35
- python: 3.6
os: linux
dist: precise
env: TOXENV=py36
- python: 3.6
os: linux
dist: trusty
env: TOXENV=py36
- python: 2.7
os: linux
dist: precise
env: TOXENV=pep8
- python: 2.7
os: linux
dist: trusty
env: TOXENV=pep8
- python: 2.7
os: linux
dist: precise
env: TOXENV=bandit
- python: 2.7
os: linux
dist: trusty
env: TOXENV=bandit
- python: 2.7
os: linux
dist: precise
env: TOXENV=docs
- python: 2.7
os: linux
dist: trusty
env: TOXENV=docs
install:
- pip install tox
- pip install bandit
- pip install codecov
script:
- tox
after_success:
- codecov