diff --git a/.travis.yml b/.travis.yml index b98bfd6..da441f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,8 @@ python: matrix: fast_finish: true # allows to determine results when linux builds finish, without waiting for osx and windows builds allow_failures: - - os: - - osx - - windows + - os: osx + - os: windows include: - python: 3.7 dist: xenial