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

Skip to content

Commit e772d7d

Browse files
committed
Correct logic to exclude pep8 tests
1 parent a187cd4 commit e772d7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ after_success:
161161
fi
162162
fi
163163
fi
164-
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
165-
# account for us running the test out-of-repo and coveralls expects in-repo
166-
# tests
164+
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8-only" ]]; then
167165
coveralls
168166
fi

0 commit comments

Comments
 (0)