Skip to content

Commit

Permalink
[circle-ci] updated python version to use importlib.module_from_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jun 10, 2020
1 parent 0910560 commit b7453ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,6 +1,6 @@
FROM circleci/python:3.4
FROM circleci/python:3.6

ENV PYTHONPATH /usr/local/lib/python3.4/site-packages
ENV PYTHONPATH /usr/local/lib/python3.6/site-packages

# Setup Development Tools
RUN sudo apt-get update -y
Expand Down

0 comments on commit b7453ce

Please sign in to comment.