aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSean Brant2013-03-10 22:48:15 -0500
committerSean Brant2013-03-10 22:48:15 -0500
commit63ff8bab7cf4b818da6e50251f8a79cf1e1209d8 (patch)
tree655caff061bdbdb081c450a65f368798819ef7cc /setup.py
parent9ad7a3fc99ecd77e215a9422fd05ed5da6a3f841 (diff)
downloadpykss-63ff8bab7cf4b818da6e50251f8a79cf1e1209d8.tar.bz2
Adds tests for django template tag
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e5a195a..a96d65e 100644
--- a/setup.py
+++ b/setup.py
@@ -23,5 +23,12 @@ setup(
],
zip_safe=False,
test_suite='runtests.runtests',
- extras_require={'tests': ['pytest', 'flake8']},
+ extras_require={
+ 'tests': [
+ 'Django>=1.5',
+ 'flake8',
+ 'mock',
+ 'pytest',
+ ],
+ },
)