python3: travis environment tweaks

Travis CI configuration tweaks for python3 support

partial: https://github.com/vmware/pyvmomi/issues/55
This commit is contained in:
Shawn Hartsock
2014-07-25 12:18:10 -04:00
parent 95c9a70471
commit bbff92d788
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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