Skip to content

Commit

Permalink
Drop pypy for Django 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Jul 5, 2020
1 parent 7e91791 commit de987e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ matrix:
- python: 3.8
dist: xenial
env: TOXENV=py38
- python: pypy
env: TOXENV=pypy
- python: 3.8
dist: xenial
env: TOXENV=pylint
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py35,py36,py37,py38,pypy,pylint
envlist=py35,py36,py37,py38,pylint
skip_missing_interpreters=True

[testenv]
Expand Down

0 comments on commit de987e3

Please sign in to comment.