mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 10:15:11 +00:00
Tweak "Contribute" part of readme
This commit is contained in:
parent
ec7687fab3
commit
2775d251b3
1 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ List all environments `tox` would run:
|
|||
$ 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
|
||||
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
|
||||
```
|
||||
|
||||
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 #
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue