mirror of https://github.com/OpenKMIP/PyKMIP.git
Merge pull request #359 from OpenKMIP/feat/update-travis-config
Update the Travis CI configuration
This commit is contained in:
commit
2a279874b5
42
.travis.yml
42
.travis.yml
|
@ -2,18 +2,60 @@ language: python
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
|
os: linux
|
||||||
|
dist: precise
|
||||||
|
env: TOXENV=py27
|
||||||
|
- python: 2.7
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27
|
||||||
- python: 3.3
|
- python: 3.3
|
||||||
|
os: linux
|
||||||
|
dist: precise
|
||||||
|
env: TOXENV=py33
|
||||||
|
- python: 3.3
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
env: TOXENV=py33
|
env: TOXENV=py33
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
|
os: linux
|
||||||
|
dist: precise
|
||||||
|
env: TOXENV=py34
|
||||||
|
- python: 3.4
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
env: TOXENV=py34
|
env: TOXENV=py34
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
|
os: linux
|
||||||
|
dist: precise
|
||||||
|
env: TOXENV=py35
|
||||||
|
- python: 3.5
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
|
os: linux
|
||||||
|
dist: precise
|
||||||
|
env: TOXENV=py36
|
||||||
|
- python: 3.6
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
|
os: linux
|
||||||
|
dist: precise
|
||||||
env: TOXENV=pep8
|
env: TOXENV=pep8
|
||||||
- python: 2.7
|
- 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
|
env: TOXENV=bandit
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
|
Loading…
Reference in New Issue