Skip to content

Commit 98a4a3f

Browse files
committed
[TEST] Fixes typo
1 parent d197029 commit 98a4a3f

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: netneurotools tests
22

3-
on:
4-
push:
5-
branches:
6-
- 'master'
7-
pull_request:
8-
branches:
9-
- '*'
3+
on: [push, pull_request]
104

115
jobs:
126
check_skip:

tools/run_checks.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ elif [ "$CHECK_TYPE" == "doc" ]; then
1212
elif [ "$CHECK_TYPE" == "test" ]; then
1313
mkdir for_testing
1414
cd for_testing
15-
cp ../setupcfg .
16-
pytest --doctest-modules --cov=netneurotools--cov-report=xml \
17-
--junitxml=test-results.xml -v --pyargs=netneurotools
15+
cp ../setup.cfg .
16+
pytest --doctest-modules --cov netneurotools--cov-report xml \
17+
--junitxml=test-results.xml -v --pyargs netneurotools
1818
else
1919
false
2020
fi

0 commit comments

Comments
 (0)