Skip to content
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