Skip to content

Commit

Permalink
Use Python 3.4 on CI server
Browse files Browse the repository at this point in the history
  • Loading branch information
ComFreek committed Aug 17, 2018
1 parent ffc1e7a commit cd163c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:2.7.14
- image: circleci/python:3.4

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}

# run tests!
# this example uses Django's built-in test-runner
# other common Python testing frameworks include pytest and nose
Expand All @@ -60,4 +60,4 @@ jobs:
- store_artifacts:
path: test-reports
destination: test-reports

0 comments on commit cd163c0

Please sign in to comment.