-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BREAK: remove 2.7 support; remove docker; use travis python #19
Conversation
b9603ec
to
0274982
Compare
0274982
to
02ee75f
Compare
fbe659a
to
112dc53
Compare
06a10cb
to
3bc0740
Compare
Codecov Report
@@ Coverage Diff @@
## master #19 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 95 86 -9
Branches 13 11 -2
=========================================
- Hits 95 86 -9
Continue to review full report at Codecov.
|
3bc0740
to
d18384e
Compare
setup.py
Outdated
@@ -26,8 +26,6 @@ | |||
"Intended Audience :: Developers", | |||
"Operating System :: OS Independent", | |||
"Programming Language :: Python", | |||
"Programming Language :: Python :: 2", | |||
"Programming Language :: Python :: 2.7", | |||
"Programming Language :: Python :: 3", | |||
"Programming Language :: Python :: 3.5", |
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.
shall we drop this one as well?
requirements.txt
Outdated
@@ -11,9 +12,10 @@ wheel | |||
mypy; python_version >= '3.5' |
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.
python version specifier might be dropped as well
d18384e
to
46fd371
Compare
46fd371
to
a6a4645
Compare
No description provided.