Skip to content

Commit 7d93229

Browse files
committed
ci: fix test for pypy
1 parent 2cd5d59 commit 7d93229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test: &test
1010
- run:
1111
name: test
1212
command: |
13-
python setup.py test
13+
python setup.py test || pypy setup.py test
1414
- run:
1515
name: upload coverage
1616
command: |

0 commit comments

Comments
 (0)