diff --git a/.travis.yml b/.travis.yml index 0e871cb..7020c1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,10 @@ language: python matrix: fast_finish: true include: - - python: "3.6" + - python: "3.7" env: TOXENV=lint - - python: "3.6" + - python: "3.7" env: TOXENV=black - - python: "3.6" - env: TOXENV=py36 - python: "3.7" env: TOXENV=py37 - python: "3.8" diff --git a/tox.ini b/tox.ini index 150de6e..627d269 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py36, py37, py38, lint, black +envlist = py37, py38, lint, black skip_missing_interpreters = True [testenv]