We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28bafe commit dea1b17Copy full SHA for dea1b17
1 file changed
.travis.yml
@@ -14,3 +14,9 @@ script:
14
# TODO: Replace with an actual test suite:
15
# https://github.com/kennethreitz/bob-builder/issues/31
16
- 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