Skip to content

Commit 35c733d

Browse files
committed
fixup: package checks
1 parent 8c6dcdf commit 35c733d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ common: &common
5858
branches:
5959
only: master
6060

61-
- check-package:
62-
name: check-package-python27
63-
image: circleci/python:3.7
64-
requires:
65-
- package
66-
6761
- check-package:
6862
name: check-package-python37
6963
image: circleci/python:3.7
@@ -78,7 +72,7 @@ common: &common
7872

7973
- check-package:
8074
name: check-package-pypy36
81-
image: pypy:2.7
75+
image: pypy:3.6
8276
python: pypy
8377
requires:
8478
- package

0 commit comments

Comments
 (0)