Skip to content

Commit

Permalink
reverted back to original yapf travis script. travis issue still not …
Browse files Browse the repository at this point in the history
…resolved.
  • Loading branch information
asampat3090 committed May 8, 2018
1 parent 9e78ffa commit 9218fca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
script:
- pytest --cov-config .coveragerc --cov=datmo
- echo $TRAVIS_COMMIT_RANGE
- bash devtools/travis-ci/test_format_code_simple.sh
- bash devtools/travis-ci/test_format_code.sh
after_success:
- echo $TRAVIS_SECURE_ENV_VARS
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion devtools/travis-ci/test_format_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ then
echo ""
echo "Failing Formatting Test"
echo "Please run yapf over the files changed"
echo "pip install yapf"
echo "pip install yapf==0.20.0"
echo "yapf -i $CHANGED_FILES"
exit 1
else
Expand Down
35 changes: 0 additions & 35 deletions devtools/travis-ci/test_format_code_simple.sh

This file was deleted.

0 comments on commit 9218fca

Please sign in to comment.