Merge pull request #1093 from swt2c/reenable_python3.7_ci

Re-enable Python 3.7 in CircleCI builds
This commit is contained in:
Robin Dunn
2018-12-21 14:11:40 -08:00
committed by GitHub

View File

@@ -80,12 +80,12 @@ 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"
"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
@@ -97,4 +97,4 @@ workflows:
- "Python-2.7"
- "Python-3.5"
- "Python-3.6"
# - "Python-3.7"
- "Python-3.7"