milibopp / obsub

Small python module that implements the observer pattern via a decorator.
Other
12 stars 3 forks source link

Add a tox configuration file #45

Closed milibopp closed 10 years ago

milibopp commented 10 years ago

Tox is a useful tool to run automated cross-platform tests for different Python versions to ensure that the module runs on all of them, see http://tox.readthedocs.org/en/latest/

For the following Python versions automated testing using tox was enabled:

coldfix commented 10 years ago

Looks good.