1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00

Merge pull request #21 from tianhao64/master

update travis-ci file
This commit is contained in:
Tianhao He 2017-04-28 15:01:26 -07:00 committed by GitHub
commit fd9b86bb20

View File

@ -4,7 +4,7 @@ python:
- "3.6"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -r requirements.txt --upgrade --ignore-installed six
- pip install -r test-requirements.txt
- pip install pycodestyle
# command to run tests