kmadac / bitstamp-python-client

Python package to communicate with bitstamp.net
MIT License
143 stars 70 forks source link

Integrate tox with `python setup.py test` #12

Closed SmileyChris closed 10 years ago

SmileyChris commented 10 years ago

This helps simplify getting started with testing. Just running python setup.py test and it'll install and run the tox tests for you.

kmadac commented 10 years ago

Great, I tested it and it works like a charm.