update to new upstream version 1.0.1

This commit is contained in:
Felix Schwarz 2019-03-07 22:46:06 +01:00
commit cb41dc0bfc
4 changed files with 33 additions and 11 deletions

View file

@ -1,13 +1,30 @@
diff --git a/setup.cfg b/setup.cfg
index ae602ff..a6452e5 100644
index b3b3c2d..944ca52 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ test = pytest
universal = 1
@@ -40,8 +40,6 @@ install_requires =
tests_require =
pytest-runner
pytest-cov
- pytest-flake8
- pytest-isort
python_requires = >= 3.5
[options.package_data]
@@ -56,8 +54,6 @@ doc =
test =
pytest-runner
pytest-cov
- pytest-flake8
- pytest-isort
[bdist_wheel]
python-tag = py3
@@ -70,7 +66,6 @@ build-dir = docs/_build
test = pytest
[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
-addopts = --flake8 --isort
norecursedirs = build dist .cache .eggs .git
[egg_info]
[coverage:run]