Skip to content

Commit 21ccb09

Browse files
committed
minor cleanup and typos
1 parent 69ec831 commit 21ccb09

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

running_python_tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tox -e py36 # or py37
2525

2626
This will run the tests and display coverage information.
2727

28-
## Runlinters
28+
## Run linters
2929

3030
```bash
3131
tox -e flake8

tox.ini

-2
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@ basepython =
6969
dist: python3.6
7070
docs: python3.6
7171
clean: python3.6
72-
report: python3.6
7372
deps = .[test]
7473
depends =
7574
py36: clean
76-
report: py36
7775
commands =
7876
pytest -v --maxfail=2 --cov-config=.coveragerc --cov=bookstore -W always bookstore/tests/
7977
py36: coverage report

0 commit comments

Comments
 (0)