summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-27 11:53:40 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-27 11:53:40 +1000
commitbae528e85629562c3382ed981b3357193cde142b (patch)
tree1885e00d384f96434a6abc1978b00f8ca35fd187
parent9d9b24e415df8bd6662595169f330038ee45d569 (diff)
tests: Integrate tests with setup.pu
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d6a8017..d0729b6 100644
--- a/setup.py
+++ b/setup.py
@@ -35,5 +35,6 @@ setup(
entry_points={
"console_scripts": ["wal=pywal.__main__:main"]
},
- python_requires=">=3.6"
+ python_requires=">=3.6",
+ test_suite="tests",
)