diff --git a/.travis.yml b/.travis.yml index 0069f3ea..eaff0921 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,18 @@ language: python python: - 2.7 - - 3.4 - - 3.5 - 3.6 + - 3.7 matrix: include: - - python: 2.7 + - python: 3.7 env: TOXENV=docs install: - pip install tox-travis - pip install sphinx script: - tox - + branches: only: - master