We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5544592 commit fc04cbeCopy full SHA for fc04cbe
.travis.yml
@@ -61,6 +61,7 @@ env:
61
- OPENBLAS_NUM_THREADS=1
62
- NPROC=2
63
- RUN_PEP8=
64
+ - RUN_FLAKE8=
65
- PYTEST_ARGS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
66
- PYTHON_ARGS=
67
- DELETE_FONT_CACHE=
@@ -82,7 +83,7 @@ matrix:
82
83
- python: 3.5
84
env: PYTHON_ARGS=-OO
85
- python: 3.6
- env: DELETE_FONT_CACHE=1 PANDAS='pandas<0.21.0' PYTEST_PEP8=pytest-flake8 RUN_PEP8=--flake8
86
+ env: DELETE_FONT_CACHE=1 PANDAS='pandas<0.21.0' PYTEST_PEP8=pytest-flake8 RUN_FLAKE8=--flake8
87
- python: "nightly"
88
env: PRE=--pre
89
- os: osx
0 commit comments