Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit dea1b17

Browse files
committed
Allow Travis run to fail on Python 3
I'll file a separate issue for adding Python 3 support.
1 parent d28bafe commit dea1b17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ script:
1414
# TODO: Replace with an actual test suite:
1515
# https://github.com/kennethreitz/bob-builder/issues/31
1616
- bob --help
17+
matrix:
18+
allow_failures:
19+
- python: "3.4"
20+
- python: "3.5"
21+
- python: "3.6"
22+
fast_finish: true

0 commit comments

Comments
 (0)