We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc22ac7 commit c38f997Copy full SHA for c38f997
.travis.yml
@@ -37,7 +37,7 @@ script:
37
- flake8 --version
38
- flake8 src
39
- flake8 --exclude=src,docs --extend-ignore=D
40
- - pytest --cov=akro
+ - pytest -n $(nproc) --cov=akro
41
- pushd docs && make html && popd
42
43
after_script:
setup.py
@@ -28,8 +28,9 @@
28
# See https://gitlab.com/pycqa/flake8-docstrings/issues/36
29
'pydocstyle<4.0.0',
30
'pylint',
31
- 'pytest>=3.6', # Required for pytest-cov on Python 3.6
+ 'pytest>=4.4.0', # Required for pytest-xdist
32
'pytest-cov',
33
+ 'pytest-xdist',
34
'sphinx',
35
'recommonmark',
36
'yapf',
0 commit comments