We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d8551 commit 74644c4Copy full SHA for 74644c4
Pipfile
@@ -7,7 +7,4 @@ sphinx = "<=1.5.5"
7
"-e ." = "*"
8
twine = "*"
9
"sphinx-click" = "*"
10
-"pytest-xdist" = {version = "*", os_name = "=='posix'"}
11
-
12
13
+"pytest-xdist" = *
appveyor.yml
@@ -52,4 +52,4 @@ install:
52
- "pipenv install --system --dev --skip-lock"
53
54
test_script:
55
- - "pytest tests/test_pipenv.py tests/test_project.py tests/test_utils.py"
+ - "pipenv run pytest -n 8 tests/test_pipenv.py tests/test_project.py tests/test_utils.py"
0 commit comments