summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Withers <chris@withers.org>2020-01-29 19:53:11 +0000
committerChris Withers <chris@withers.org>2020-01-29 19:53:47 +0000
commit35c733d6128877141e06a28ed670535f67580455 (patch)
treeae4a74f1ea624d593ed7a04ce3022d11cbe51b99
parent8c6dcdfa9d44038202194ef2c3e5ae088089d65a (diff)
downloadmock-35c733d6128877141e06a28ed670535f67580455.tar.gz
fixup: package checks
-rw-r--r--.circleci/config.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d3c6284..395c8fa 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -59,12 +59,6 @@ common: &common
only: master
- check-package:
- name: check-package-python27
- image: circleci/python:3.7
- requires:
- - package
-
- - check-package:
name: check-package-python37
image: circleci/python:3.7
requires:
@@ -78,7 +72,7 @@ common: &common
- check-package:
name: check-package-pypy36
- image: pypy:2.7
+ image: pypy:3.6
python: pypy
requires:
- package