summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index e69de29b..07d7a27b 100644
--- a/README
+++ b/README
@@ -0,0 +1,15 @@
+=======
+Testing
+=======
+
+Install 'tox' package first:
+
+ $ pip install tox
+
+Run all the tests (currently, it is only pep8 checks):
+
+ $ tox
+
+Run only 'pep8' checks:
+
+ $ tox -e pep8