build: Include `webtest` into tet deps.

Not really needed, more as an info to the programmer.
This commit is contained in:
Kostis Anagnostopoulos 2015-12-19 21:10:55 +01:00
parent 98c654d0b3
commit 47ea0700cf
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if sys.version_info >= (3, 0):
else:
exec("def do_exec(co, loc): exec co in loc\n")
tests_require = ['pytest>=2.3', 'tox', 'twine', 'pip>=7', 'passlib']
tests_require = ['pytest>=2.3', 'tox', 'twine', 'pip>=7', 'passlib', 'webtest']
if sys.version_info <= (3, 2):
tests_require.append('mock')