-
Notifications
You must be signed in to change notification settings - Fork 524
Conversation
clslgrnc
commented
Mar 15, 2019
- diversify panda and numpy version
It seems that a test fails with numpy > 1.13.3 |
Here is the culprit:
|
I really do not know how to put python 3.7 into travis matrix. |
We should avoid doing that. Container builds are scheduled faster (I think) and going back to VMs would be a step backwards. (they may even be discontinued at some point?) However since you can only enable it for the 3.7 jobs it will do fine for now. Should someone find a way to do without, I'll gladly merge. |
Thank you for the PR! |
This time you were too fast for me 😉 I pushed the doc and a small fix in #693. |
* add py37 and recent influxdb * remove useless py34 dep * use py36 for pydocstyle (py27 soon deprecated) * ugly fix to numpy inconsistencies * py37 is not in ubuntu 14.04 * move import numpy and add noqa * get 3.7 into travis matrix * get 3.7 into travis matrix
* add py37 and recent influxdb * remove useless py34 dep * use py36 for pydocstyle (py27 soon deprecated) * ugly fix to numpy inconsistencies * py37 is not in ubuntu 14.04 * move import numpy and add noqa * get 3.7 into travis matrix * get 3.7 into travis matrix