diff --git a/.travis.yml b/.travis.yml index 5211f07..d85845e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,15 @@ -sudo: required +os: linux dist: xenial language: python python: +- 3.8 - 3.7 - 3.6 - 3.5 - pypy3.5 - nightly -matrix: +jobs: allow_failures: - python: nightly