From 6e031dae34654e38ba34b456a6f75d4f4d921144 Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Wed, 24 Jun 2020 11:16:32 +0530 Subject: [Doc] Fix tox command code formatting Change-Id: I0ac4fca1b41921e01ee6003d01fd1557df97053c Signed-off-by: kshithijiyer --- README.md | 4 ---- 1 file changed, 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. -- cgit