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:
@@ -3,6 +3,8 @@ python:
|
|||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
|
||||||
|
Reference in New Issue
Block a user