Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.circleci: update to new image #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defaults: &defaults
HYPOTHESIS_PROFILE: ci
NODE_ENV: test
docker:
- image: circleci/python:2-node-browsers
- image: cimg/python:3.10-browsers
version: 2
jobs:
upload-codeclimate:
Expand Down Expand Up @@ -54,6 +54,10 @@ jobs:
pipenv sync --dev
- run:
name: Run tests
environment:
# Copied from docker-compose.yml, I am pretty sure that this is
# meaningless.
SECRET_KEY: 'fyq9-o@ky!j*xx0y2mpyi92&wpbbjgo%z1@vrmzk18hpje+%x'
command: |
mkdir -p test-results/nose codeclimate/
./cc-test-reporter before-build
Expand Down