summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkshithijiyer <kshithij.ki@gmail.com>2020-06-24 11:16:32 +0530
committerArthy Loganathan <aloganat@redhat.com>2020-06-24 12:14:10 +0000
commit6e031dae34654e38ba34b456a6f75d4f4d921144 (patch)
tree5654b8262829b4735bffea02f56e4fca3d966ea3 /README.md
parentab2a4cf443f79a2a4f3e92c57ea4ab180c0d1091 (diff)
[Doc] Fix tox command code formatting
Change-Id: I0ac4fca1b41921e01ee6003d01fd1557df97053c Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9f399f4c1..a41f1ff26 100644
--- a/README.md
+++ b/README.md
@@ -138,15 +138,11 @@ For more info about running tests on PyUnit, Pytest and Nose Tests, refer the [d
glusto-tests can also be executed using `tox`:
-```
# tox -e functional -- glusto -c 'config.yml' --pytest='-v -s -k test_demo1'
-```
glusto-tests can also be executed with python3 using `tox`:
-```
# tox -e functional3 -- glusto -c 'config.yml' --pytest='-v -s -k test_demo1'
-```
**NOTE:**
- Please note that glusto-tests is not completely compatible with python3.