tensorflow / skflow

Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
Apache License 2.0
3.18k stars 441 forks source link

sudo keyword deprecated #188 #189

Closed ucalyptus closed 4 years ago

ucalyptus commented 4 years ago

Based on this blog from Travis CI team

ucalyptus commented 4 years ago

Any help with this ? Created a StackOverflow Issue

cclauss commented 4 years ago

Python files should end with one and only one \n and pylint Is complaining that this is not the case.

pylint Module skflow
C: 24, 0: Trailing newlines
ucalyptus commented 4 years ago

@cclauss I got it but unlike CircleCI, TravisCI isn't telling me which files are affected by this or am I missing something?