aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-06-27 11:53:40 +1000
committerDylan Araps <[email protected]>2017-06-27 11:53:40 +1000
commitbae528e85629562c3382ed981b3357193cde142b (patch)
tree1885e00d384f96434a6abc1978b00f8ca35fd187 /setup.py
parentGeneral: Add initial test. (diff)
downloadpywal-bae528e85629562c3382ed981b3357193cde142b.tar.xz
pywal-bae528e85629562c3382ed981b3357193cde142b.zip
tests: Integrate tests with setup.pu
Diffstat (limited to 'setup.py')
-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",
)