From a526f4806edb848ad4fb1dd7f2eccd55a5443ea8 Mon Sep 17 00:00:00 2001 From: Shawn Hartsock Date: Thu, 24 Jul 2014 13:49:53 -0400 Subject: [PATCH] python3: travis testing for python 3 Turn on travis testing for Python 3. partial: https://github.com/vmware/pyvmomi/issues/55 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3abf60e..f8b9be1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "2.6" - "2.7" - "pypy" + - "3.3" + - "3.4" before_install: - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi