8000 Revert "MAINT Temporarly remove PyPy3 build in CircleCI" · scikit-learn/scikit-learn@6d8161a · GitHub
[go: up one dir, main page]

Skip to content< 8000 /a>

Commit 6d8161a

Browse files
committed
Revert "MAINT Temporarly remove PyPy3 build in CircleCI"
This reverts commit 6e94a63.
1 parent 2242f4c commit 6d8161a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,21 @@ jobs:
6565
path: ~/log.txt
6666
destination: log.txt
6767

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
6883

6984
deploy:
7085
docker:
@@ -89,6 +104,7 @@ workflows:
89104
jobs:
90105
- python3
91106
- python2
107+
- pypy3
92108
- deploy:
93109
requires:
94110
- python3

0 commit comments

Comments
 (0)
0