Added tox instructions

This commit is contained in:
sneakypete81 2013-06-30 17:08:54 +01:00
parent a54ec01254
commit 56d376d50e

View file

@ -12,11 +12,16 @@ They run very quickly and don't require any external test hosts.
#### Requirements #### Requirements
* mock >= 1.0.0 * mock >= 1.0.0
* httpretty >= 0.6.1 * httpretty >= 0.6.1
* tox (optional)
#### Running the Unit Tests #### Running the Unit Tests
python -m unittest discover tests/unit python -m unittest discover tests/unit
To run the unit tests against all supported Python versions, use ```tox```:
tox
---------------------------------------- ----------------------------------------
###Functional Tests ###Functional Tests