mirror of
https://github.com/kennethreitz/bob-builder-1.git
synced 2026-06-05 23:10:17 +00:00
Allow Travis run to fail on Python 3
I'll file a separate issue for adding Python 3 support.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user