Skip to content

Commit 46b6cf3

Browse files
authored
Update tox.ini
1 parent 6e958c3 commit 46b6cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)