[python-bugzilla] [PATCH 3/3] Add tox usage instructions

abn at redhat.com abn at redhat.com
Tue Dec 17 15:56:36 UTC 2013


From: Arun Babu Neelicattu <abn at redhat.com>

---
 HACKING | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/HACKING b/HACKING
index 3569b22..dda9933 100644
--- a/HACKING
+++ b/HACKING
@@ -32,6 +32,13 @@ login there:
 
     python setup.py test --rw-functional
 
+# Testing across python versions
+To test all supported python versions, run tox using any of the following.
+
+    tox
+    tox -- --ro-functional
+    tox -- --rw-functional
+
 Note: Before running rw-functional tests, make sure you have logged using:
     python bugzilla-cli \
         --bugzilla=partner-bugzilla.redhat.com \
-- 
1.8.3.1



More information about the python-bugzilla mailing list