python3: travis testing for python 3

Turn on travis testing for Python 3.

partial: https://github.com/vmware/pyvmomi/issues/55
This commit is contained in:
Shawn Hartsock
2014-07-24 13:49:53 -04:00
parent 19e5029d14
commit a526f4806e

View File

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