diff --git a/.travis.yml b/.travis.yml index 652fae3..80721da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ dist: bionic # https://devguide.python.org/#branchstatus python: - - "2.7" - - "3.6" - - "3.7" + - 3.6 + - 3.7 + - 3.8 install: - pip install flake8 python-coveralls coverage liccheck