Skip to content

Commit c9ea1c6

Browse files
committed
fix: pytest-xdist does not execute testsetup of doctests
1 parent c2ed05b commit c9ea1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ before_script:
6060
- unzip testdata.zip -d $TEST_DATA_HOME/testdata
6161

6262
script:
63-
- pytest -n 2 -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
63+
- pytest -v --cov sdcflows --cov-report xml:cov.xml --doctest-modules sdcflows
6464

6565
after_script:
6666
- python -m pip install codecov

0 commit comments

Comments
 (0)