Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e30350d

Browse files
committed
Remove redundant pep8 entry in .travis.yml.
pytest-based tests already run pep8 (as can be checked with `pytest -k pep8`). (Alternatively the pep8-only runner could be kept and the corresponding tests removed from the pytest runners.)
1 parent eba130f commit e30350d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ matrix:
5858
env: PYTHON_ARGS=-OO
5959
- python: 3.5
6060
env: PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1
61-
- python: 3.5
62-
env: TEST_ARGS=--pep8
6361
- python: 3.5
6462
env: BUILD_DOCS=true
6563
- python: 3.5

0 commit comments

Comments
 (0)