From bbff92d7882c3808cbfc3d49f850ea29e895b9b6 Mon Sep 17 00:00:00 2001 From: Shawn Hartsock Date: Fri, 25 Jul 2014 12:18:10 -0400 Subject: [PATCH] python3: travis environment tweaks Travis CI configuration tweaks for python3 support partial: https://github.com/vmware/pyvmomi/issues/55 --- .travis.yml | 2 +- test-requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8b9be1..df8f020 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ before_install: - pip install -r test-requirements.txt install: - - python setup.py -q install + - python setup.py install script: python setup.py test diff --git a/test-requirements.txt b/test-requirements.txt index 23f9603..2dbe92f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,5 @@ +contextdecorator mock PyYAML>=3.11 testtools>=0.9.34 -vcrpy>=1.0.2 +vcrpy