Skip to content

Commit 0064901

Browse files
committed
test: Run all the tests when you call tox
1 parent a7763c4 commit 0064901

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

backend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ requirements/private.txt
6666

6767
# Test cruft
6868
default.db
69+
pii_report

backend/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py312-django{42}
2+
envlist = py312-django{42},docs,quality,pii_check
33

44
[doc8]
55
; D001 = Line too long

0 commit comments

Comments
 (0)