Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
Travis CI: Add tests on Python 3 in allow_failures mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jan 29, 2019
1 parent cab4876 commit 2fe97f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
language: python
matrix:
allow_failures:
- python: 3.7
include:
- python: 2.7
- python: 3.7
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
script: make all

0 comments on commit 2fe97f7

Please sign in to comment.