File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11codecov :
22 require_ci_to_pass : no
3+ notify :
4+ after_n_builds : 7
35
46coverage :
57 precision : 2
Original file line number Diff line number Diff line change 7575 use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
7676 - run : |
7777 conda activate testenv
78- python -m pytest -v --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
78+ python -m pytest -v --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET -n auto
7979 - name : Upload coverage to Codecov
8080 uses : codecov/codecov-action@v1
8181 with :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dependencies:
2424 - pre-commit>=2.8.0
2525 - pytest-cov>=2.5
2626 - pytest>=3.0
27+ - pytest-xdist
2728 - recommonmark>=0.4
2829 - seaborn>=0.8
2930 - sphinx-autobuild>=0.7
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ pyflakes>=1.5.0
1212pylint >= 1.7.4
1313pytest-cov >= 2.5.1
1414pytest >= 3.0.7
15+ pytest-xdist
1516recommonmark >= 0.4.0
1617seaborn >= 0.8.1
1718sphinx-autobuild == 0.7.1
You can’t perform that action at this time.
0 commit comments