diff --git a/.travis.yml b/.travis.yml index 4c50301..717381a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,12 @@ language: python -sudo: false +dist: bionic # https://devguide.python.org/#branchstatus python: - "2.7" - - "3.4" - - "3.5" - "3.6" + - "3.7" install: - pip install flake8 python-coveralls coverage