Initial import (#1526200)

This commit is contained in:
Felix Schwarz 2017-12-16 19:23:19 +01:00
commit a71c7fc1f8
5 changed files with 140 additions and 3 deletions

View file

@ -0,0 +1,13 @@
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]