aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-27 14:56:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-27 14:56:52 -0400
commit2b5d7f1333ff860bc9210ab3ad9ab2791db12bc2 (patch)
treead9d45d65e15273c43e590cc38d542a6504fd9a0
parenta40ae765974198e88337627123d97f9fc45a2e4b (diff)
downloadexternal_python_setuptools-2b5d7f1333ff860bc9210ab3ad9ab2791db12bc2.tar.gz
external_python_setuptools-2b5d7f1333ff860bc9210ab3ad9ab2791db12bc2.tar.bz2
external_python_setuptools-2b5d7f1333ff860bc9210ab3ad9ab2791db12bc2.zip
Move doctest directive and ignores to setup.cfg
-rw-r--r--.travis.yml3
-rwxr-xr-xsetup.cfg2
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b9690538..bc387f46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,5 @@ script:
# testing fix for https://bitbucket.org/hpk42/pytest/issue/555
- pip install --pre -i https://devpi.net/hpk/dev/ --upgrade pytest
- python setup.py test
- - python setup.py ptr --addopts='--doctest-modules --ignore release.py
- --ignore setuptools/lib2to3_ex.py'
+ - python setup.py ptr
- python ez_setup.py --version 5.4.1
diff --git a/setup.cfg b/setup.cfg
index 7f5fc796..74a172a4 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,5 +21,5 @@ formats = gztar zip
universal=1
[pytest]
-addopts=--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
norecursedirs=dist build *.egg