diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-25 10:27:47 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-25 10:27:47 -0500 |
| commit | bcb22ab7ceda678893d8b1b6f1cce52cada7aad2 (patch) | |
| tree | beb007e3fc91ec6f4a7dc552fa66fe75781537ff | |
| parent | 21f753919f89bd6c7f3333a6b15f0d5515ecde64 (diff) | |
| download | python-setuptools-git-bcb22ab7ceda678893d8b1b6f1cce52cada7aad2.tar.gz | |
Include api_tests.txt in pytest invocation. Ref #312. Ref #311.
| -rwxr-xr-x | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,5 +21,5 @@ formats = gztar zip universal=1 [pytest] -addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/shlib_test +addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/shlib_test --doctest-glob=tests/api_tests.txt norecursedirs=dist build *.egg |
