diff --git a/.travis.yml b/.travis.yml index fa30616..7ded6ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,10 @@ language: python cache: pip: true python: - - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" install: - pip install pipenv && pipenv install --dev --system script: