Add a makefile target for testing the readme

This commit is contained in:
Cory Benfield
2017-05-17 10:44:14 -07:00
parent 0280a18b53
commit 2cb07872fe
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -11,6 +11,9 @@ test:
# the -k flag, like "py.test -k test_path_is_not_double_encoded"
pipenv run py.test tests
test-readme:
pipenv run python setup.py check -r -s
coverage:
pipenv run py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests
+1
View File
@@ -11,3 +11,4 @@ pytest-mock = "*"
pytest-cov = "*"
pysocks = "*"
alabaster = "*"
readme_renderer = "*"