diff --git a/.travis.yml b/.travis.yml index ffb1f7b..f1729c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: python +sudo: false python: + - "3.6" + - "3.5" - "2.7" - "2.6" script: "python tests.py"