File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - PYTEST_ARGS="-ra --maxfail=1 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
4949 - PYTHON_ARGS=
5050 - DELETE_FONT_CACHE=
51- - USE_PYTEST=false
5251
5352matrix :
5453 include :
@@ -61,7 +60,7 @@ matrix:
6160 - python : 3.5
6261 env : BUILD_DOCS=true
6362 - python : 3.6
64- env : USE_PYTEST=true DELETE_FONT_CACHE=1 INSTALL_PEP8=pytest-pep8 RUN_PEP8=--pep8
63+ env : DELETE_FONT_CACHE=1 INSTALL_PEP8=pytest-pep8 RUN_PEP8=--pep8
6564 - python : " nightly"
6665 env : PRE=--pre
6766 - os : osx
@@ -80,7 +79,6 @@ matrix:
8079 - $HOME/.cache/matplotlib
8180 allow_failures :
8281 - python : " nightly"
83- - python : 2.7
8482
8583before_install :
8684 - |
Original file line number Diff line number Diff line change @@ -23,14 +23,10 @@ if [[ $BUILD_DOCS == false ]]; then
2323 echo PYTHONHASHSEED=$PYTHONHASHSEED
2424
2525 echo The following args are passed to pytest $PYTEST_ARGS $RUN_PEP8
26- if [[ $USE_PYTEST == false ]]; then
27- if [[ $TRAVIS_OS_NAME == ' osx' ]]; then
28- python tests.py $PYTEST_ARGS $RUN_PEP8
29- else
30- gdb -return-child-result -batch -ex r -ex bt --args python $PYTHON_ARGS tests.py $PYTEST_ARGS $RUN_PEP8
31- fi
26+ if [[ $TRAVIS_OS_NAME == ' osx' ]]; then
27+ python tests.py $PYTEST_ARGS $RUN_PEP8
3228 else
33- py.test $PYTEST_ARGS $RUN_PEP8
29+ gdb -return-child-result -batch -ex r -ex bt --args python $PYTHON_ARGS tests.py $PYTEST_ARGS $RUN_PEP8
3430 fi
3531else
3632 cd doc
You can’t perform that action at this time.
0 commit comments