diff --git a/.travis.yml b/.travis.yml index b7660a1c..532e0458 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,23 @@ language: python -dist: trusty -python: - - 2.7 - - 3.4 - - 3.5 - - 3.6 - - 3.7 - - nightly matrix: + fast_finish: true allow_failures: - python: nightly + include: + - python: 2.7 + dist: trusty + - python: 3.4 + dist: trusty + - python: 3.5 + dist: trusty + - python: 3.6 + dist: trusty - python: 3.7 - fast_finish: true + dist: xenial + sudo: true + - python: nightly + dist: trusty + before_install: - pip install --upgrade pip install: