@@ -23,7 +23,7 @@
"display_name": "pyramid-py2",
"notes": "",
"versus": "wsgi"
- }
+ },
"py3": {
"setup_file": "setup_benchmark",
"json_url": "/json",
@@ -1,5 +1,3 @@
-import os
-
from setuptools import setup, find_packages
requires = [
@@ -8,11 +6,11 @@ requires = [
'psycopg2',
'sqlalchemy',
'gunicorn'
- ]
+]
tests_require = [
- 'nose-cov',
- 'webtest'
+ 'nose-cov',
+ 'webtest'
]
setup(name='frameworkbenchmarks',
@@ -23,7 +23,7 @@ def start(args):
'-b', "0.0.0.0:6543",
'-w', str(NCPU*3)],
cwd='pyramid'
- ])
+ )
return 0
def stop():