summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-02-02 11:54:28 +0100
committervarac <varacanero@zeromail.org>2017-02-02 11:56:32 +0100
commit3a414d801a728516c68e1f3ff18c6c51286fd674 (patch)
tree49157a0b82af34aa3715b1d33e24b4051760deb4 /README.md
parent08ecab8e481086f46e300795d88779454b83883d (diff)
parent28936b276cc2fa8f3572c9248ed4bc5bef4ea7c4 (diff)
Merge branch 'master' into debian/platform-0.10
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index c78b14b..cd55f6d 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,20 @@ Please use that for bug reports and feature requests instead of github's
tracker. We're using github for code commenting and review between
collaborators.
+### Running Tests
+
+You need tox to run the tests. If you don't have it in your system yet::
+
+~~~
+$ pip install tox
+~~~
+
+And then run all the tests::
+
+~~~
+$ tox
+~~~
+
## Issues
* see the [Changelog](./CHANGELOG) for details of all major changes in the different versions