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

update python test versions

This commit is contained in:
Tianhao He 2019-04-19 14:11:14 +08:00 committed by GitHub
parent b8ef68dcd0
commit a43703fc69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
language: python language: python
python: python:
- "2.7.13" - "2.7.16"
- "3.6" - "3.7.3"
# command to install dependencies # command to install dependencies
install: install:
- pip install -r requirements.txt --extra-index-url file://$PWD/lib --upgrade --ignore-installed six - pip install -r requirements.txt --extra-index-url file://$PWD/lib --upgrade --ignore-installed six
@ -9,4 +9,3 @@ install:
# command to run tests # command to run tests
script: pycodestyle samples tests script: pycodestyle samples tests
script: pytest script: pytest