diff --git a/.travis.yml b/.travis.yml index 3e60bbc..0103790 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ python: - "3.4" - "3.5" - "3.6" - - "pypy" install: - pip install coveralls tox-travis script: diff --git a/README.md b/README.md index 3f54b48..0f02027 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repository is part of a larger project. To read about it, please see ## Requirements This library requires -* Python 2.7 (including PyPy), 3.4, 3.5, or 3.6 +* Python 2.7, 3.4, 3.5, or 3.6 * Django 1.8, 1.9, 1.10, or 1.11 ## API Docs diff --git a/tox.ini b/tox.ini index cceb3d1..2565465 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = clean,py{27,34,35,36,py}-django{18,19,110,111}-{elastic,haystack},py{27,34,35,36}-django{110,111}-pgsql,lint,docs +envlist = clean,py{27,34,35,36}-django{18,19,110,111}-{elastic,haystack},py{27,34,35,36}-django{110,111}-pgsql,lint,docs [testenv] deps =