Allow Travis run to fail on Python 3

I'll file a separate issue for adding Python 3 support.
This commit is contained in:
Ed Morley
2017-05-30 23:10:07 +01:00
parent d28bafeba4
commit dea1b170a8
+6
View File
@@ -14,3 +14,9 @@ script:
# TODO: Replace with an actual test suite:
# https://github.com/kennethreitz/bob-builder/issues/31
- bob --help
matrix:
allow_failures:
- python: "3.4"
- python: "3.5"
- python: "3.6"
fast_finish: true