Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Mar 10, 2016
1 parent 534308e commit ce82bd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ce82bd7

Please sign in to comment.