Skip to content

Commit eb19309

Browse files
committed
Don't allow failures on pylint test
now that all warnings have been fixed we'd like to keep it that way
1 parent 23b04ab commit eb19309

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
@@ -22,8 +22,6 @@ matrix:
2222
- { stage: test, python: 3.6, env: TOXENV=pylint }
2323
- { stage: test, python: 3.6, env: TOXENV=readme }
2424
- { stage: build_and_package_sanity, python: 3.6, env: SANITY_CHECK=1 }
25-
allow_failures:
26-
- env: TOXENV=pylint
2725

2826
install:
2927
- pip install tox-travis

0 commit comments

Comments
 (0)