Adding tox support for testing across Python versions.
This commit is contained in:
3
setup.py
3
setup.py
@@ -31,4 +31,7 @@ setup(
|
||||
keywords='weakref WeakMethod',
|
||||
tests_require=['unittest2'],
|
||||
test_suite='test_weakmethod',
|
||||
extra_requires={
|
||||
'test': ["tox"]
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user