Skip to content

Commit fc04cbe

Browse files
author
cclauss
committed
RUN_PEP8 --> RUN_FLAKE8
1 parent 5544592 commit fc04cbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ env:
6161
- OPENBLAS_NUM_THREADS=1
6262
- NPROC=2
6363
- RUN_PEP8=
64+
- RUN_FLAKE8=
6465
- PYTEST_ARGS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
6566
- PYTHON_ARGS=
6667
- DELETE_FONT_CACHE=
@@ -82,7 +83,7 @@ matrix:
8283
- python: 3.5
8384
env: PYTHON_ARGS=-OO
8485
- python: 3.6
85-
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
8687
- python: "nightly"
8788
env: PRE=--pre
8889
- os: osx

0 commit comments

Comments
 (0)