summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2017-01-26 20:09:04 +0100
committerRuben Pollan <meskio@sindominio.net>2017-01-26 23:13:58 +0100
commitcb3128966983c26d747bee1e6a79242e9512c21f (patch)
tree351282af45696afaf4d9356f64a573035c1b0085 /README.md
parenteec79703d4f09580b20b06f1c8ca16d4068e128f (diff)
[test] run the tests with tox and py.test
- Resolves: #14
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