Commit graph

15 commits

Author SHA1 Message Date
alzeih
0637a50cc2 Fix test error "fatal: empty ident name (for <(null)>) not allowed"
This occurs when there is no global setting for git config options user.name and user.email

An example of the error shown below:

E           pre_commit.util.CalledProcessError: Command: ('/usr/bin/git', 'commit', '-m', 'init', '--allow-empty')
E           Return code: 128
E           Expected return code: 0
E           Output: (none)
E           Errors:
E
E               *** Please tell me who you are.
E
E               Run
E
E                 git config --global user.email "you@example.com"
E                 git config --global user.name "Your Name"
E
E               to set your account's default identity.
E               Omit --global to set the identity only in this repository.
E
E               fatal: empty ident name (for <(null)>) not allowed
2016-12-02 12:50:20 +13:00
Anthony Sottile
e3e4378173 pip dropped pypy3, so will we 2016-11-30 09:59:37 -08:00
Anthony Sottile
8be6f4c77e Remove pylint 2016-08-22 14:38:49 -07:00
Anthony Sottile
d19360c179 Drop py33, add py35 2016-08-22 14:32:12 -07:00
Anthony Sottile
17478a0a50 Style fixups 2016-04-14 08:25:52 -07:00
Anthony Sottile
3a3a7a153a Run pre-commit during test 2015-12-25 09:42:17 -08:00
Anthony Sottile
f138e3451b Update hooks 2015-05-31 13:51:02 -07:00
Anthony Sottile
2dda836789 tox-- 2015-05-16 19:11:06 -07:00
Anthony Sottile
ddc9208a5f Add check-xml hook. 2015-01-17 10:30:58 -08:00
Anthony Sottile
44946b62c1 Temporarily remove pypy3 due to lxml not being installable 2015-01-15 10:33:40 -08:00
Anthony Sottile
dc94a6936d Add testing for pypy3 2014-10-14 14:08:44 -07:00
Anthony Sottile
59f23b7c55 requirements_dev -> requirements-dev 2014-06-05 09:09:21 -07:00
Anthony Sottile
f961d8f5e1 Add python 3.4 on travis. 2014-06-01 15:59:14 -07:00
Anthony Sottile
8270d81308 Improve test coverage. 2014-04-13 22:21:42 -07:00
Anthony Sottile
b80ca9e84a Update project setup. 2014-04-13 22:09:26 -07:00