提交 82b32041 编写于 作者: C Cleber Rosa

Travis-CI: add Python 3, with failures enabled (for now)

The goal of this change is to inspect how Python 3 compatibility plays
in the Travis-CI environment, while not blocking the supported Python
2 builds.

IIUC, when using "system_site_packages", we're stuck with the Python
version on Ubuntu Trusty (2.7.6 and 3.4.3).  That's the reason behind
the specific "3.4" version added there.

[1] https://docs.travis-ci.com/user/languages/python/#Travis-CI-Uses-Isolated-virtualenvsSigned-off-by: NCleber Rosa <crosa@redhat.com>
上级 d7d52b4c
......@@ -5,6 +5,11 @@ virtualenv:
python:
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "3.4"
branches:
only:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册