mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-26 11:19:59 -05:00
Update .travis.yml
This commit is contained in:
parent
df1de22eca
commit
defcb7d5bb
@ -3,6 +3,8 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install -r requirements.txt"
|
install:
|
||||||
|
- "pip install -r requirements.txt"
|
||||||
|
- "pip install pep8"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: pytest
|
script: pep8 samples/*
|
||||||
|
Loading…
Reference in New Issue
Block a user