Skip to content

Commit fec96cd

Browse files
authored
Update Makefile rules (#6996)
1 parent d58d8aa commit fec96cd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
init:
33
python -m pip install -r requirements-dev.txt
44
test:
5-
# This runs all of the tests on all supported Python versions.
6-
tox -p
5+
python -m pytest tests
6+
77
ci:
88
python -m pytest tests --junitxml=report.xml
99

1010
test-readme:
1111
python setup.py check --restructuredtext --strict && ([ $$? -eq 0 ] && echo "README.rst and HISTORY.rst ok") || echo "Invalid markup in README.rst or HISTORY.rst!"
1212

13-
flake8:
14-
python -m flake8 src/requests
15-
1613
coverage:
1714
python -m pytest --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=src/requests tests
1815

0 commit comments

Comments
 (0)