mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 09:39:58 -05:00
Update .travis.yml
This commit is contained in:
parent
a4fed5da01
commit
c9f8fc0f2d
@ -4,7 +4,8 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "pip install -r requirements.txt"
|
- pip install -r requirements.txt
|
||||||
- "pip install pycodestyle"
|
- pip install -r test-requirements.txt
|
||||||
|
- pip install pycodestyle
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: pycodestyle samples/*
|
script: pycodestyle samples/*
|
||||||
|
Loading…
Reference in New Issue
Block a user