We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ec831 commit 21ccb09Copy full SHA for 21ccb09
running_python_tests.md
@@ -25,7 +25,7 @@ tox -e py36 # or py37
25
26
This will run the tests and display coverage information.
27
28
-## Runlinters
+## Run linters
29
30
```bash
31
tox -e flake8
tox.ini
@@ -69,11 +69,9 @@ basepython =
69
dist: python3.6
70
docs: python3.6
71
clean: python3.6
72
- report: python3.6
73
deps = .[test]
74
depends =
75
py36: clean
76
- report: py36
77
commands =
78
pytest -v --maxfail=2 --cov-config=.coveragerc --cov=bookstore -W always bookstore/tests/
79
py36: coverage report
0 commit comments