mirror of https://github.com/cool-RR/PySnooper.git
Tweak "Contribute" part of readme
This commit is contained in:
parent
ec7687fab3
commit
2775d251b3
|
@ -114,7 +114,7 @@ List all environments `tox` would run:
|
||||||
$ tox -lv
|
$ tox -lv
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to run tests agains all target Python versions use [pyenv](
|
If you want to run tests against all target Python versions use [pyenv](
|
||||||
https://github.com/pyenv/pyenv) to install them. Otherwise, you can run
|
https://github.com/pyenv/pyenv) to install them. Otherwise, you can run
|
||||||
only linters and the ones you have already installed on your machine:
|
only linters and the ones you have already installed on your machine:
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ only linters and the ones you have already installed on your machine:
|
||||||
$ tox -e flake8,pylint,bandit,py27,py36
|
$ tox -e flake8,pylint,bandit,py27,py36
|
||||||
```
|
```
|
||||||
|
|
||||||
Linters and tests should pass before you push your code. They will be run again on Travis CI.
|
Tests should pass before you push your code. They will be run again on Travis CI.
|
||||||
|
|
||||||
# License #
|
# License #
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue