From ce82bd7515f3fb4cf520aab33f246682deec54c6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 10 Mar 2016 19:17:36 +0100 Subject: [PATCH] Fix formatting --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 722fcd1992a..2028161458e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,10 +71,10 @@ When you are done with development and ready to commit your changes, run `build_ To test your code before submission, used the `tox` tool. - ```shell - > pip install -U tox - > tox - ``` +```bash +> pip install -U tox +> tox +``` This will run unit tests against python 3.4 and 3.5 (if both are available locally), as well as run a set of tests which validate `pep8` and `pylint` style of the code.