summaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Add possibility to run functional cases in py2/3 using toxkasturiNarra2019-11-221-0/+22
| | | | | | | | | | | | e.g: tox -e functional -- glusto -c config.yaml \ --pytest='-v -x tests -k test_foo' and tox -e functional3 -- glusto -c config.yaml \ --pytest='-v -x tests -k test_foo' Change-Id: I7ffd0beb5787b65a8e26a25a441ecc415f581df6 Signed-off-by: kasturiNarra <knarra@redhat.com>
* Pin tox to run tests on python27 onlyNigel Babu2018-07-171-1/+2
| | | | | | Use Pylint 1.9.2 explicitly Change-Id: Iab0d869316b0ac5fd9cf9f200f968e5c84bafead
* Fix up coding style issues in testsNigel Babu2018-03-271-0/+15
| | | | Change-Id: I14609030983d4485dbce5a4ffed1e0353e3d1bc7
* Ignore the glustolibs-misc setup.py for validating pep8 standardsShwetha Panduranga2017-02-031-0/+1
| | | | | Change-Id: Ie1fdbdf66020efd65d91f25733075b3637d098e2 Signed-off-by: Shwetha Panduranga <spandura@redhat.com>
* Fix tox.ini so we can run lint testsNigel Babu2016-12-191-1/+2
| | | | Change-Id: I3f919ab20442eb0f6a4c1efe08bf7600f1dd18a3
* Clean up pyflakes and pep8 errorsNigel Babu2016-12-121-0/+6
Change-Id: Ibdd092118d3bb912716c46fd278ef3c680a6e742 Signed-off-by: Nigel Babu <nigelb@redhat.com>