1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 09:19: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
python:
- "2.7.13"
- "3.6"
- "2.7.16"
- "3.7.3"
# command to install dependencies
install:
- pip install -r requirements.txt --extra-index-url file://$PWD/lib --upgrade --ignore-installed six
@ -9,4 +9,3 @@ install:
# command to run tests
script: pycodestyle samples tests
script: pytest