Skip to content

Commit

Permalink
Change python version to 3.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed Jun 1, 2019
1 parent 9072eee commit b0fb118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.5-jessie-node
- image: circleci/python:3.6.8-jessie-node
environment:
DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable
DJANGO_SETTINGS_MODULE: roxy_the_renovator.settings
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
PYTHONPATH=. coveralls
deploy:
docker:
- image: circleci/python:3.6.5-jessie-node
- image: circleci/python:3.6.8-jessie-node
steps:
- checkout
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.6.6
python-3.6.8

0 comments on commit b0fb118

Please sign in to comment.