Commit a89c4959 authored by Karl Leswing's avatar Karl Leswing
Browse files

Forgot to trim to only python files

parent c5a95e80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash -e

CHANGED_FILES=($(git diff --name-only $TRAVIS_COMMIT_RANGE))
CHANGED_FILES=`git diff --name-only $TRAVIS_COMMIT_RANGE | grep .py$`

exit_success () {
    echo "Passed Formatting Test"