Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 85eb2c6

Browse files
committed
Bump test image to Python 3.7.3
... and remove some unnecessary comments from the CircleCI config.
1 parent d4a1964 commit 85eb2c6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.circleci/config.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ version: 2
66
jobs:
77
build:
88
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:3.6.1
12-
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/
16-
# - image: circleci/postgres:9.4
9+
- image: circleci/python:3.7.3
1710

1811
working_directory: ~/repo
1912

@@ -39,11 +32,6 @@ jobs:
3932
- ./venv
4033
key: v1-dependencies-{{ checksum "requirements.txt" }}
4134

42-
# run tests!
43-
# this example uses Django's built-in test-runner
44-
# other common Python testing frameworks include pytest and nose
45-
# https://pytest.org
46-
# https://nose.readthedocs.io
4735
- run:
4836
name: run tests
4937
command: |

0 commit comments

Comments
 (0)