Skip to content

Commit

Permalink
.circleci: update to new image
Browse files Browse the repository at this point in the history
This should also serve as a test that the CI pipeline is working and
whether I have permissions.
  • Loading branch information
kevinburke committed Dec 3, 2021
1 parent 6cd704d commit 4f8f02b
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 4f8f02b

Please sign in to comment.