We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f99c25e + cd163c0 commit 191dcdaCopy full SHA for 191dcda
.circleci/config.yml
@@ -8,8 +8,8 @@ jobs:
8
docker:
9
# specify the version you desire here
10
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
11
- - image: circleci/python:2.7.14
12
-
+ - image: circleci/python:3.4
+
13
# Specify service dependencies here if necessary
14
# CircleCI maintains a library of pre-built images
15
# documented at https://circleci.com/docs/2.0/circleci-images/
@@ -42,7 +42,7 @@ jobs:
42
paths:
43
- ./venv
44
key: v1-dependencies-{{ checksum "requirements.txt" }}
45
46
# run tests!
47
# this example uses Django's built-in test-runner
48
# other common Python testing frameworks include pytest and nose
@@ -60,4 +60,4 @@ jobs:
60
- store_artifacts:
61
path: test-reports
62
destination: test-reports
63
0 commit comments