diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-26 17:27:17 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-26 17:27:17 -0500 |
commit | d76acace8bc4d80c1950a74005790e9939e5352f (patch) | |
tree | a9706c2f320d1d8271a1cc215d2711394451e112 | |
parent | b17a7a8c1e686e8cf671e70e5023884c40faf633 (diff) | |
download | python-coveragepy-d76acace8bc4d80c1950a74005790e9939e5352f.tar.gz |
Try no xdist to see if appveyor will be happy
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tool:pytest] -addopts = -q -n3 +addopts = -q [pep8] # E265 block comment should start with '# ' |