CODAIT / graph_def_editor

GraphDef Editor: A port of the TensorFlow contrib.graph_editor package that operates over serialized graphs
Apache License 2.0
31 stars 16 forks source link

Set up CI #19

Open frreiss opened 5 years ago

frreiss commented 5 years ago

Set up continuous integration for the project. Run a PEP8 linter and all tests when PRs are created. Add a script to the project so that devs can easily run the linter themselves and get the same results as the CI server would.