Skip to content

Commit

Permalink
global fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Jun 23, 2017
1 parent 164c507 commit 5b77325
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ dependencies:

test:
override:
- "git config --gloabl user.name \"Anthony Scopatz\"; git config --gloabl user.email scopatz@gmail.com; py.test -v ./tests/"
- |
git config --global user.name "Anthony Scopatz"
git config --global user.email scopatz@gmail.com
py.test -v ./tests/

0 comments on commit 5b77325

Please sign in to comment.