Skip to content

Commit 74644c4

Browse files
committed
added xdist to app veyor...let's see how this goes
1 parent 42d8551 commit 74644c4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Diff for: Pipfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ sphinx = "<=1.5.5"
77
"-e ." = "*"
88
twine = "*"
99
"sphinx-click" = "*"
10-
"pytest-xdist" = {version = "*", os_name = "=='posix'"}
11-
12-
13-
10+
"pytest-xdist" = *

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ install:
5252
- "pipenv install --system --dev --skip-lock"
5353

5454
test_script:
55-
- "pytest tests/test_pipenv.py tests/test_project.py tests/test_utils.py"
55+
- "pipenv run pytest -n 8 tests/test_pipenv.py tests/test_project.py tests/test_utils.py"

0 commit comments

Comments
 (0)