diff --git a/.travis.yml b/.travis.yml
index 036c4f9bb389d10f1e98788cfb11772df08e42bc..bba12f1c1540d5bafe3039f2f66fa20d78ece973 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-dist: trusty
+dist: xenial
 language: python
 
 install:
@@ -7,6 +7,7 @@ install:
 python:
   - "3.5"
   - "3.6"
+  - "3.7"
 
 script:
-  - flake8
\ No newline at end of file
+  - flake8