mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
Run tox in parallel using -p instead of detox
This commit is contained in:
@@ -4,7 +4,7 @@ init:
|
|||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
test:
|
test:
|
||||||
# This runs all of the tests, on both Python 2 and Python 3.
|
# This runs all of the tests, on both Python 2 and Python 3.
|
||||||
detox
|
tox -p
|
||||||
ci:
|
ci:
|
||||||
pytest tests --junitxml=report.xml
|
pytest tests --junitxml=report.xml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user