File tree Expand file tree Collapse file tree 1 file changed +24
-15
lines changed Expand file tree Collapse file tree 1 file changed +24
-15
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,6 @@ test: &test
16
16
command : |
17
17
pip install codecov
18
18
codecov --required
19
- test_pypy : &test_pypy
20
- working_directory : ~/bencoder.pyx
21
- steps :
22
- - checkout
23
- - run :
24
- name : install dependencies
25
- command : |
26
- pip install -U pip setuptools wheel
27
- pip install -r dev-requirements.txt
28
- - run :
29
- name : test
30
- command : |
31
- pypy setup.py test
32
19
version : 2
33
20
jobs :
34
21
#
@@ -57,11 +44,33 @@ jobs:
57
44
pypy :
58
45
docker :
59
46
- image : pypy:2
60
- << : *test_pypy
47
+ working_directory : ~/bencoder.pyx
48
+ steps :
49
+ - checkout
50
+ - run :
51
+ name : install dependencies
52
+ command : |
53
+ pip install -U pip setuptools wheel
54
+ pip install -r dev-requirements.txt
55
+ - run :
56
+ name : test
57
+ command : |
58
+ pypy setup.py test
61
59
pypy3 :
62
60
docker :
63
61
- image : pypy:3
64
- << : *test_pypy
62
+ working_directory : ~/bencoder.pyx
63
+ steps :
64
+ - checkout
65
+ - run :
66
+ name : install dependencies
67
+ command : |
68
+ pip install -U pip setuptools wheel
69
+ pip install -r dev-requirements.txt
70
+ - run :
71
+ name : test
72
+ command : |
73
+ pypy3 setup.py test
65
74
66
75
workflows :
67
76
version : 2
You can’t perform that action at this time.
0 commit comments