Skip to content

Commit 789f584

Browse files
committed
speed up tox unit test
1 parent 11e51d6 commit 789f584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pylint_report.txt: $(PYSOURCES)
115115
diff_pylint_report: pylint_report.txt
116116
diff-quality --violations=pylint pylint_report.txt
117117

118-
.coverage: testcov
118+
.coverage:
119119
python setup.py test --addopts "--cov --cov-config=.coveragerc --cov-report= -n auto"
120120
$(COVBASE) -m schema_salad.main \
121121
--print-jsonld-context schema_salad/metaschema/metaschema.yml \

0 commit comments

Comments
 (0)