summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 07d7a27b..fa53a045 100644
--- a/README
+++ b/README
@@ -4,12 +4,12 @@ Testing
Install 'tox' package first:
- $ pip install tox
+ $ pip install git+git://github.com/tox-dev/tox.git@2.9.1#egg=tox
-Run all the tests (currently, it is only pep8 checks):
+Run 'pep8' checks:
- $ tox
+ $ tox -e pep8
-Run only 'pep8' checks:
+Run 'functional' tests:
- $ tox -e pep8
+ $ tox -e functional -- glusto -c /path/to/config.yaml --pytest='-v -s tests'