1
0
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:
Tianhao He 2017-02-21 14:51:02 -08:00 committed by GitHub
parent df1de22eca
commit defcb7d5bb

View File

@ -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/*