add 'dev' extra, with mock + tox, and a pypy environment

This commit is contained in:
meejah 2016-06-22 02:03:18 -06:00
parent 7fab6b3dff
commit e11c7496a9
2 changed files with 9 additions and 3 deletions

View File

@ -34,8 +34,14 @@ setup(name="magic-wormhole",
"hkdf", "tqdm",
"click",
],
extras_require={':sys_platform=="win32"': ["pypiwin32"],
"tor": ["txtorcon", "ipaddress"]},
extras_require={
':sys_platform=="win32"': ["pypiwin32"],
"tor": ["txtorcon", "ipaddress"],
"dev": [
"mock",
"tox",
],
},
test_suite="wormhole.test",
cmdclass=commands,
)

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = {py27,py33,py34,py35}
envlist = {py27,py33,py34,py35,pypy}
skip_missing_interpreters = True
# On windows we need "pypiwin32" installed. It's supposedly possible to make