Fix test error "fatal: empty ident name (for <(null)>) not allowed"

Occurs when tests run with tox not with Travis CI or Appveyor

Changed existing tox setenv statement to use whitespace around `=` as per
http://tox.readthedocs.io/en/latest/example/basic.html#setting-environment-variables
This commit is contained in:
alzeih 2016-12-02 15:16:46 +13:00
parent 8cd62452fe
commit bdcbdc2e37
4 changed files with 20 additions and 14 deletions

View file

@ -13,8 +13,6 @@ install:
build: false
before_test:
- git config --global user.name "AppVeyor CI"
- git config --global user.email "user@example.com"
# Shut up CRLF messages
- git config --global core.safecrlf false