13 lines
338 B
Diff
13 lines
338 B
Diff
diff --git a/setup.cfg b/setup.cfg
|
|
index ae602ff..a6452e5 100644
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -5,7 +5,7 @@ test = pytest
|
|
universal = 1
|
|
|
|
[tool:pytest]
|
|
-addopts = --cov=tinycss2 --flake8 --isort tinycss2/test.py
|
|
+addopts = --cov=tinycss2 tinycss2/test.py
|
|
norecursedirs = dist .cache .git build *.egg-info .eggs venv
|
|
|
|
[egg_info]
|