diff --git a/.travis.yml b/.travis.yml index d292f194..7843d39a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: python +dist: xenial # 3.6 is listed first so it gets used for the later build stages python: - "3.6" - - "3.7-dev" + - "3.7" - "3.5" # Executed for 3.5 AND 3.5 as the first "test" stage: