diff --git a/.travis.yml b/.travis.yml index 07572a31..24f4a60b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7" - "3.5" - "3.6" + - "3.7" # command to install dependencies install: - pip install tox-travis coveralls @@ -18,3 +19,4 @@ matrix: allow_failures: - python: "3.5" - python: "3.6" + - python: "3.7"