summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Withers <chris@withers.org>2020-01-29 19:56:18 +0000
committerChris Withers <chris@withers.org>2020-01-29 19:56:18 +0000
commit4bc7455e26f2cef983d878a7a46ce961d961888e (patch)
tree7ccaa1b104e962aa68f7f906fc90b1e7029688e8
parent35c733d6128877141e06a28ed670535f67580455 (diff)
downloadmock-4bc7455e26f2cef983d878a7a46ce961d961888e.tar.gz
paranoid packaging check for 3.6
-rw-r--r--.circleci/config.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 395c8fa..1e51e9f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -59,7 +59,13 @@ common: &common
only: master
- check-package:
- name: check-package-python37
+ name: check-package-python36
+ image: circleci/python:3.6
+ requires:
+ - package
+
+ - check-package:
+ name: check-package-python36
image: circleci/python:3.7
requires:
- package
@@ -81,6 +87,7 @@ common: &common
name: release
config: .carthorse.yml
requires:
+ - check-package-python36
- check-package-python37
- check-package-python38
- check-package-pypy36