8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d3b3c commit 6e94a63Copy full SHA for 6e94a63
.circleci/config.yml
@@ -65,21 +65,6 @@ jobs:
65
path: ~/log.txt
66
destination: log.txt
67
68
- pypy3:
69
- docker:
70
- - image: pypy:3-6.0.0
71
- steps:
72
- - restore_cache:
73
- keys:
74
- - pypy3-ccache-{{ .Branch }}
75
- - pypy3-ccache
76
- - checkout
77
- - run: ./build_tools/circle/build_test_pypy.sh
78
- - save_cache:
79
- key: pypy3-ccache-{{ .Branch }}-{{ .BuildNum }}
80
- paths:
81
- - ~/.ccache
82
- - ~/.cache/pip
83
84
deploy:
85
docker:
@@ -104,7 +89,6 @@ workflows:
104
89
jobs:
105
90
- python3
106
91
- python2
107
- - pypy3
108
92
- deploy:
109
93
requires:
110
94
0 commit comments