From a9df4118864c7dc26a9bce2d33eaf348aa67f31c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 7 Aug 2019 12:30:17 +0200 Subject: [PATCH] testing cement 2.6 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4c93342..54e1881 100644 --- a/setup.py +++ b/setup.py @@ -72,10 +72,10 @@ setup(name='wo', test_suite='nose.collector', install_requires=[ # Required to build documentation - # "Sphinx >= 1.0", + "Sphinx >= 1.0", # Required for testing - # "nose", - # "coverage", + "nose", + "coverage", # Required to function 'cement == 2.8.0', 'pystache',