From 56d376d50e3d0ef04a2f6ba27350bf17e90e3482 Mon Sep 17 00:00:00 2001 From: sneakypete81 Date: Sun, 30 Jun 2013 17:08:54 +0100 Subject: [PATCH] Added tox instructions --- tests/README.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/README.markdown b/tests/README.markdown index 320b5b3..793ae68 100644 --- a/tests/README.markdown +++ b/tests/README.markdown @@ -12,11 +12,16 @@ They run very quickly and don't require any external test hosts. #### Requirements * mock >= 1.0.0 * httpretty >= 0.6.1 + * tox (optional) #### Running the Unit Tests python -m unittest discover tests/unit +To run the unit tests against all supported Python versions, use ```tox```: + + tox + ---------------------------------------- ###Functional Tests