-
Notifications
You must be signed in to change notification settings - Fork 18
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
Build updates #69
Build updates #69
Conversation
astrojuanlu
commented
Jun 28, 2018
- Restrict pandas version in Python 3.4 (see Add pyproject.toml pandas-dev/pandas#20775 and related issues)
- Test on Python 3.7 🎉
Python 3.7 is not enabled yet: travis-ci/travis-ci#9815 |
524adfe
to
9db722c
Compare
I'm commenting out Python 3.7, since apparently it will be a while until we have proper CI infrastructure there. |
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
=======================================
Coverage 90.58% 90.58%
=======================================
Files 33 33
Lines 5234 5234
=======================================
Hits 4741 4741
Misses 493 493 Continue to review full report at Codecov.
|
@@ -23,7 +23,7 @@ | |||
'dsnparse', | |||
'fiona>=1.7.2,<2.*', | |||
'folium', | |||
'ipyleaflet', | |||
'ipyleaflet!=0.8.2', |
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.
only this specific version is problematic? othe higher and lower are fine?
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.
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.
good catch!
18edd8e
to
8cc871a
Compare