We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6dcdf commit 35c733dCopy full SHA for 35c733d
1 file changed
.circleci/config.yml
@@ -58,12 +58,6 @@ common: &common
58
branches:
59
only: master
60
61
- - check-package:
62
- name: check-package-python27
63
- image: circleci/python:3.7
64
- requires:
65
- - package
66
-
67
- check-package:
68
name: check-package-python37
69
image: circleci/python:3.7
@@ -78,7 +72,7 @@ common: &common
78
72
79
73
80
74
name: check-package-pypy36
81
- image: pypy:2.7
75
+ image: pypy:3.6
82
76
python: pypy
83
77
requires:
84
- package
0 commit comments