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:
parent
b8ef68dcd0
commit
a43703fc69
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user