Skip to content

Commit bed4a23

Browse files
committed
Correct logic to exclude pep8 tests
1 parent 2a11cef commit bed4a23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ after_success:
170170
fi
171171
fi
172172
fi
173-
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
174-
# account for us running the test out-of-repo and coveralls expects in-repo
175-
# tests
173+
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8-only" ]]; then
176174
coveralls
177175
fi

0 commit comments

Comments
 (0)