diff --git a/.travis.yml b/.travis.yml index 9b240d7..1691584 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ matrix: include: - python: 2.7 script: tox -e py27-nodilate - - python: 3.4 - script: tox -e py34-nodilate - python: 3.5 script: tox -e py35-coverage - python: 3.6 diff --git a/README.md b/README.md index bce7931..f9c8ad5 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,4 @@ or the docs/ subdirectory. This library is released under the MIT license, see LICENSE for details. -This library is compatible with python2.7, 3.4 (non-Windows-only), 3.5, -3.6, and 3.7. +This library is compatible with python2.7, 3.5, 3.6, and 3.7.