Skip to content

Commit

Permalink
Revert "Test rapidjson on CircleCI."
Browse files Browse the repository at this point in the history
This reverts commit a08b8c5.
  • Loading branch information
bdice committed May 26, 2019
1 parent a08b8c5 commit 89bb6dc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
docker:
- image: circleci/python:3.7

environment:
EXTRA_PIP_PKGS: ''

working_directory: ~/repo

steps:
Expand Down Expand Up @@ -57,7 +54,6 @@ jobs:
pip install -U pip==18
pip install -U codecov
pip install -U -e . -r requirements-dev.txt
if [ ! -z "$EXTRA_PIP_PKGS" ]; then pip install -U "$EXTRA_PIP_PKGS"; fi
- save_cache:
key: python-env-v4-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "requirements-dev.txt" }}
Expand Down Expand Up @@ -89,10 +85,6 @@ jobs:
git checkout "${CIRCLE_SHA1}" -- benchmark.py # ensure that we use the same benchmark script
python benchmark.py run -N 100 1000 --force
python benchmark.py compare origin/master "${CIRCLE_SHA1}"
test-3.7-rapidjson:
<<: *test-template
environment:
EXTRA_PIP_PKGS: rapidjson
test-3.6:
<<: *test-template
docker:
Expand Down Expand Up @@ -172,9 +164,6 @@ workflows:
- test-3.7:
requires:
- style-check
- test-3.7-rapidjson:
requires:
- test-3.7
- test-pypy-2:
requires:
- test-2.7
Expand All @@ -194,7 +183,6 @@ workflows:
- test-3.5
- test-3.6
- test-3.7
- test-3.7-rapidjson
- test-pypy-2
- test-pypy-3
deploy:
Expand Down

0 comments on commit 89bb6dc

Please sign in to comment.