From 2775d251b338c2ebeca06b44e3ff46cba8b7e2fa Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Fri, 26 Apr 2019 21:28:53 +0300 Subject: [PATCH] Tweak "Contribute" part of readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad8e581..540edbe 100644 --- a/README.md +++ b/README.md @@ -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 #