testing cement 2.6

This commit is contained in:
VirtuBox
2019-08-07 12:30:17 +02:00
parent f3a16e900f
commit c7410e1a5f
2 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
cement>=2.4.0
cement>=2.6.0

View File

@@ -72,12 +72,12 @@ 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.4',
'cement == 2.6',
'pystache',
'python-apt',
'pynginxconfig',