summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index d5c925d..0b43d2c 100644
--- a/README
+++ b/README
@@ -21,4 +21,8 @@ Python
The Python tests require Python 2.6.
Run the tests by typing:
-python mimeparse_test.py \ No newline at end of file
+python mimeparse_test.py
+
+To make sure that the package works in all the supported environments, you can run tox tests:
+pip install tox
+tox