tensorflow / skflow

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

The sudo: tag, Trusty, and Python 3.4 are all End of Life #190

Closed cclauss closed 4 years ago

cclauss commented 4 years ago

@ucalyptus

ucalyptus commented 4 years ago

something wrong with the init.py

cclauss commented 4 years ago

skflow/__init__.py:24:0: C0305: Trailing newlines (trailing-newlines)

cclauss commented 4 years ago

We have to use Python 3.5 instead of 3.8 because of https://docs.travis-ci.com/user/languages/python/#travis-ci-uses-isolated-virtualenvs

ucalyptus commented 4 years ago

Check #191

cclauss commented 4 years ago

Closing in favor of #191