Merge pull request #860 from RobinD42/fix-issue857

Add builders for Python 3.7
(cherry picked from commit 430c61b1bf)
This commit is contained in:
Robin Dunn
2018-05-19 19:24:11 -07:00
parent 943a453443
commit ecbf517ed2
3 changed files with 63 additions and 9 deletions

View File

@@ -80,6 +80,13 @@ jobs:
environment:
- MAKE_VENV: "python -m venv venv"
# "Python-3.7":
# <<: *shared
# docker:
# - image: circleci/python:3.7
# environment:
# - MAKE_VENV: "python -m venv venv"
# This workflow defines the jobs that comprise the "build" task. The jobs will
# be run in parallel.
@@ -90,3 +97,4 @@ workflows:
- "Python-2.7"
- "Python-3.5"
- "Python-3.6"
# - "Python-3.7"