mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
19 lines
279 B
YAML
19 lines
279 B
YAML
language: python
|
|
install:
|
|
- pip install tox
|
|
- pip install bandit
|
|
- pip install codecov
|
|
- pip install coveralls
|
|
script:
|
|
- tox
|
|
env:
|
|
- TOXENV=pep8
|
|
- TOXENV=py26
|
|
- TOXENV=py27
|
|
- TOXENV=py33
|
|
- TOXENV=py34
|
|
- TOXENV=bandit
|
|
after_success:
|
|
- codecov
|
|
- coveralls
|