Skip to content

Commit a9dd9aa

Browse files
committed
update test.yml
1 parent 9e437dd commit a9dd9aa

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
- python-version: 3.9
2424
python-release: v3.9
2525
python-impl: CPython
26-
- python-version: pypy-3.6
27-
python-release: v3.6
28-
python-impl: PyPy
29-
- python-version: pypy-3.7
30-
python-release: v3.7
31-
python-impl: PyPy
3226
steps:
3327
- name: Checkout code
3428
uses: actions/checkout@master

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ optimised =
5353

5454
[coverage:run]
5555
branch = True
56-
source = src/mod_nest_exp
56+
source = src/mod_nest_exp/core

0 commit comments

Comments
 (0)