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 4753f6c commit 49bd7cbCopy full SHA for 49bd7cb
.travis.yml
@@ -60,7 +60,8 @@ env:
60
- NPROC=2
61
- RUN_PEP8=
62
- PYTEST_ARGS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
63
- - PYTHON_ARGS=
+ - PYTHONFAULTHANDLER=1
64
+ - PYTHONOPTIMIZE=
65
- DELETE_FONT_CACHE=
66
67
matrix:
@@ -79,7 +80,7 @@ matrix:
79
80
- PYTEST_COV=pytest-cov==2.3.1
81
- SPHINX=sphinx==1.3
82
- python: 3.4
- env: PYTHON_ARGS=-OO
83
+ # env: PYTHONOPTIMIZE=2 # Needs to be restored but currently breaks tests.
84
- python: 3.6
85
env: DELETE_FONT_CACHE=1 PANDAS='pandas<0.21.0' PYTEST_PEP8=pytest-pep8 RUN_PEP8=--pep8
86
- python: "nightly"
0 commit comments