Skip to content

Commit 471f207

Browse files
authored
chore: Fix tests to work without setup test (#135)
* Update test.yml * Update tox.ini
1 parent bb50117 commit 471f207

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
python setup.py install
7373
7474
- name: Run coverage
75-
run: coverage run setup.py test
75+
run: coverage run tests/settings.py
7676
continue-on-error: true
7777

7878
- name: Upload Coverage to Codecov

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps =
1818
commands =
1919
{envpython} --version
2020
{env:COMMAND:coverage} erase
21-
{env:COMMAND:coverage} run setup.py test
21+
{env:COMMAND:coverage} run tests/settings.py
2222
{env:COMMAND:coverage} report
2323
ignore_outcome =
2424
djmain: True

0 commit comments

Comments
 (0)