mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-23 09:59:59 -05:00
11 lines
199 B
YAML
11 lines
199 B
YAML
language: python
|
|
python:
|
|
- "2.7.13"
|
|
- "3.6"
|
|
# command to install dependencies
|
|
install:
|
|
- "pip install -r requirements.txt"
|
|
- "pip install pep8"
|
|
# command to run tests
|
|
script: pep8 samples/*
|