Skip to content

Commit 191dcda

Browse files
committed
Merge remote-tracking branch 'origin/switch-to-python3'
2 parents f99c25e + cd163c0 commit 191dcda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
docker:
99
# specify the version you desire here
1010
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
11-
- image: circleci/python:2.7.14
12-
11+
- image: circleci/python:3.4
12+
1313
# Specify service dependencies here if necessary
1414
# CircleCI maintains a library of pre-built images
1515
# documented at https://circleci.com/docs/2.0/circleci-images/
@@ -42,7 +42,7 @@ jobs:
4242
paths:
4343
- ./venv
4444
key: v1-dependencies-{{ checksum "requirements.txt" }}
45-
45+
4646
# run tests!
4747
# this example uses Django's built-in test-runner
4848
# other common Python testing frameworks include pytest and nose
@@ -60,4 +60,4 @@ jobs:
6060
- store_artifacts:
6161
path: test-reports
6262
destination: test-reports
63-
63+

0 commit comments

Comments
 (0)