We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e95493 commit 2e3036aCopy full SHA for 2e3036a
.travis.yml
@@ -25,7 +25,7 @@ install:
25
- MINICONDA_PATH=/home/travis/miniconda
26
- chmod +x miniconda.sh && ./miniconda.sh -b -p $MINICONDA_PATH
27
- export PATH=$MINICONDA_PATH/bin:$PATH
28
- - conda update --yes conda
+ - conda install --yes conda==4.6.14
29
# create the testing environment
30
- conda create -n testenv --yes python=$PYTHON_VERSION pip
31
- source activate testenv
setup.cfg
@@ -5,4 +5,5 @@ description-file = README.rst
5
test = pytest
6
7
[tool:pytest]
8
+doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
9
addopts = --doctest-modules
0 commit comments