about summary refs log tree commit diff stats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pylint.yml2
-rw-r--r--.github/workflows/pypy.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml
index c922293b..a614cad4 100644
--- a/.github/workflows/pylint.yml
+++ b/.github/workflows/pylint.yml
@@ -16,7 +16,7 @@ jobs:
     strategy:
       max-parallel: 4
       matrix:
-        python-version: [pypy3, 3.6, 3.7, 3.8, 3.9]
+        python-version: [3.6, 3.7, 3.8, 3.9]
     steps:
     - uses: actions/checkout@v2
     - name: Set up Python ${{ matrix.python-version }}
diff --git a/.github/workflows/pypy.yml b/.github/workflows/pypy.yml
index 788f4cb0..0fa60042 100644
--- a/.github/workflows/pypy.yml
+++ b/.github/workflows/pypy.yml
@@ -31,4 +31,4 @@ jobs:
         pip install -r requirements.txt
     - name: Pypy flake8 and test
       run: |
-        make test_flake8 test_pytest test_doctest test_other
+        make test_pylint test_flake8 test_pytest test_doctest test_other
-0700 committer Kartik Agaram <vc@akkartik.com> 2020-10-05 11:00:05 -0700 6958' href='/akkartik/mu/commit/html/022div.cc.html?h=hlt&id=d3a9db3aff54ea485f409eaaef3d8f56ad77f0dc'>d3a9db3a ^
52daf072 ^















ce2c1efc ^
52daf072 ^















c8a3ccbe ^
52daf072 ^



d3a9db3a ^
52daf072 ^


d3a9db3a ^
c504ca56 ^
52daf072 ^


d3a9db3a ^
fcc161e7 ^

52daf072 ^




d3a9db3a ^


52daf072 ^




d3a9db3a ^
c504ca56 ^
52daf072 ^


d3a9db3a ^
fcc161e7 ^

52daf072 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100