1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

Moved setup_git() to new script

This commit is contained in:
checktheroads 2019-06-18 14:55:34 -07:00
parent 5b1c327b7f
commit 1be09e94e0

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh
commit_black() {
git add hyperglass/*.py
@ -10,12 +10,6 @@ commit_pylint() {
git commit --message "Pylint Badge - travis $TRAVIS_BUILD_NUMBER"
}
setup_git() {
git config --global user.email "travis@travis-ci.org"
git config --global user.name "Travis CI"
}
setup_git
commit_black
commit_pylint