Skip to content

Commit 2e3036a

Browse files
authored
Enable NORMALIZE_WHITESPACE ELLIPSIS by default in docstrings (#18)
1 parent 0e95493 commit 2e3036a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
- MINICONDA_PATH=/home/travis/miniconda
2626
- chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
2727
- export PATH=$MINICONDA_PATH/bin:$PATH
28-
- conda update --yes conda
28+
- conda install --yes conda==4.6.14
2929
# create the testing environment
3030
- conda create -n testenv --yes python=$PYTHON_VERSION pip
3131
- source activate testenv

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description-file = README.rst
55
test = pytest
66

77
[tool:pytest]
8+
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
89
addopts = --doctest-modules

0 commit comments

Comments
 (0)