python3: travis environment tweaks
Travis CI configuration tweaks for python3 support partial: https://github.com/vmware/pyvmomi/issues/55
This commit is contained in:
@@ -12,6 +12,6 @@ before_install:
|
|||||||
- pip install -r test-requirements.txt
|
- pip install -r test-requirements.txt
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python setup.py -q install
|
- python setup.py install
|
||||||
|
|
||||||
script: python setup.py test
|
script: python setup.py test
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
|
contextdecorator
|
||||||
mock
|
mock
|
||||||
PyYAML>=3.11
|
PyYAML>=3.11
|
||||||
testtools>=0.9.34
|
testtools>=0.9.34
|
||||||
vcrpy>=1.0.2
|
vcrpy
|
||||||
|
Reference in New Issue
Block a user