Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Drop PyPy.
Browse files Browse the repository at this point in the history
While it's very likely this library works correctly on PyPy, Travis's version
is outdated, causing build issues. Given that we have no known PyPy users,
dropping support in favor of maintainability seems like a win.
  • Loading branch information
CM Lubinski committed Aug 17, 2017
1 parent d0d1e7d commit 262c9cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "pypy"
install:
- pip install coveralls tox-travis
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down

0 comments on commit 262c9cd

Please sign in to comment.