mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix appveyor and windows. Resolves #293
This commit is contained in:
parent
1cdbe38b5f
commit
248930f6dc
7 changed files with 60 additions and 34 deletions
|
|
@ -7,6 +7,8 @@ install:
|
|||
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
|
||||
- pip install tox
|
||||
- pip install virtualenv --upgrade
|
||||
- "mkdir -p C:\\Temp"
|
||||
- "SET TMPDIR=C:\\Temp"
|
||||
|
||||
# Not a C# project
|
||||
build: false
|
||||
|
|
@ -15,5 +17,4 @@ before_test:
|
|||
- git config --global user.name "AppVeyor CI"
|
||||
- git config --global user.email "user@example.com"
|
||||
|
||||
# Workaround for http://help.appveyor.com/discussions/problems/1531-having-issues-with-configured-git-bash
|
||||
test_script: bash -c tox
|
||||
test_script: tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue