Skip to content

Commit

Permalink
Drop PyPy support
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Aug 31, 2020
1 parent a0e8723 commit b628955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ jobs:
- image: circleci/python:3.7
environment:
TOXENV: py37-core
pypy3-core:
<<: *common
docker:
- image: pypy:3-5.8.0
environment:
TOXENV: pypy3-core

py35-doctest:
<<: *common
docker:
Expand All @@ -83,12 +76,6 @@ jobs:
- image: circleci/python:3.7
environment:
TOXENV: py37-doctest
pypy3-doctest:
<<: *common
docker:
- image: pypy:3-5.8.0
environment:
TOXENV: pypy3-doctest

lint:
<<: *common
Expand All @@ -104,11 +91,9 @@ workflows:
- py35-core
- py36-core
- py37-core
- pypy3-core

- py35-doctest
- py36-doctest
- py37-doctest
- pypy3-doctest

- lint
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{35,36,37,py3}-core
py{35,36,37,py3}-doctest
py{35,36,37}-core
py{35,36,37}-doctest
lint

[flake8]
Expand All @@ -18,7 +18,6 @@ basepython =
py35: python3.5
py36: python3.6
py37: python3.7
pypy3: pypy3
extras=
test
whitelist_externals=make
Expand Down

0 comments on commit b628955

Please sign in to comment.