This repository was archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
try windows support #134
Open
hustlijian
wants to merge
23
commits into
sk-:master
Choose a base branch
from
hustlijian:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
try windows support #134
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8c42ddc
update:add windows support
ef48d84
fix:fix indent
3306381
update: update travis to install requirement for developemnt
98ce759
update:which return is diff
6334dd7
update: not support 2.7
d78f78a
fix: build in which for python2
ace7296
Merge branch 'master' of https://github.com/hustlijian/git-lint
1bf8968
update: restore python2
c43e541
style: fix utils pylint
9156e93
update: windows compatible path and colorama
556679e
update: fix yapf check
4955e3f
try pass python3.5+ test
91343a7
del: remove pip install requirements-dev.txt
da4beda
update: change sys import position
a700988
update: pathlib for pyfakefs support
0263092
update: use setup instead of requirement
9b9705b
Merge branch 'master' of https://github.com/hustlijian/git-lint
88b33ca
fix: fix setup.py
f25c299
style: fix yapf
9f803c2
fix: set python version for pathlib
9822480
add: add windows travis test
48f9c41
remove: remove windows travis support
0b3521c
add: add appveyor.yml
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ sudo: required | |
| dist: trusty | ||
| language: python | ||
| python: | ||
| - 2.7 | ||
| # - 2.7 | ||
| - 3.4 | ||
| - 3.5 | ||
| - 3.6 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hustlijian It's not acceptable to get rid of the Python 2.7 support.