Skip to content

Commit 7a38054

Browse files
committed
Add tox
1 parent 6dfcae5 commit 7a38054

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,15 @@
7878
# $ pip install -e .[dev,test]
7979
extras_require={
8080
"dev": ["check-manifest"],
81-
"test": ["pytest-cov", "pylint", "black"],
81+
"test": [
82+
"tox",
83+
"pytest-runner",
84+
"pytest-cov",
85+
"black",
86+
"doc8",
87+
"pylint>=2.6",
88+
"panflute>=2.0",
89+
],
8290
},
8391
# packages=find_packages(),
8492
# include_package_data = True,

0 commit comments

Comments
 (0)