diff --git a/.travis.yml b/.travis.yml index 80fdf3ef..f7eaea0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - 3.6 - 3.7 +os: linux +dist: xenial cache: pip: true