diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-25 04:55:52 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-25 04:55:52 -0500 |
| commit | bac455263145b1b112d7627205f4c8aa85601cb7 (patch) | |
| tree | da57c86e5b9a004de8d1c3b23f0bd011a01ed576 /setup.py | |
| parent | 965fe115c4b5a4bc47939cf48bc36c24ffba8f0f (diff) | |
| download | pyramid-bac455263145b1b112d7627205f4c8aa85601cb7.tar.gz pyramid-bac455263145b1b112d7627205f4c8aa85601cb7.tar.bz2 pyramid-bac455263145b1b112d7627205f4c8aa85601cb7.zip | |
automate template testing
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -43,10 +43,11 @@ install_requires=[ ] if platform.system() == 'Java': - tests_require = install_requires + ['WebTest'] + tests_require = install_requires + ['WebTest', 'virtualenv'] else: tests_require= install_requires + ['Sphinx', 'docutils', - 'WebTest', 'repoze.sphinx.autointerface'] + 'WebTest', 'repoze.sphinx.autointerface', + 'virtualenv'] if sys.version_info[:2] < (2, 6): install_requires.append('simplejson') |
