diff options
| author | Michael Merickel <michael@merickel.org> | 2016-02-18 02:32:08 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-02-18 02:32:08 -0600 |
| commit | 66fabb4ac707b5b4289db0094756f1a1af7269cc (patch) | |
| tree | a66d8ee8f8282a72a5ada4fc5d903486caac6a85 /docs/tutorials/wiki2/src/tests/setup.py | |
| parent | 50e08a743d097616ef7f76c9689833eab215cb94 (diff) | |
| download | pyramid-66fabb4ac707b5b4289db0094756f1a1af7269cc.tar.gz pyramid-66fabb4ac707b5b4289db0094756f1a1af7269cc.tar.bz2 pyramid-66fabb4ac707b5b4289db0094756f1a1af7269cc.zip | |
update tests chapter
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/setup.py')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/tests/setup.py b/docs/tutorials/wiki2/src/tests/setup.py index e06aa06e4..57538f2d0 100644 --- a/docs/tutorials/wiki2/src/tests/setup.py +++ b/docs/tutorials/wiki2/src/tests/setup.py @@ -43,8 +43,8 @@ setup(name='tutorial', include_package_data=True, zip_safe=False, test_suite='tutorial', - install_requires=requires, tests_require=tests_require, + install_requires=requires, entry_points="""\ [paste.app_factory] main = tutorial:main |
