Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfec96cd

Browse files
authored
Update Makefile rules (#6996)
1 parentd58d8aa commitfec96cd

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 thetests on all supported Python versions.
6-
tox -p
5+
python -m pytesttests
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)

[8]ページ先頭

©2009-2025 Movatter.jp