cloudmesh / client

Deprecated: Version 3 of cloudmesh is a light weight cloud client to manage virtual clusters
http://cloudmesh.github.io/client
Other
3 stars 12 forks source link

Travis CI: Lint with flake8 to find undefined names #274

Closed cclauss closed 4 years ago

cclauss commented 5 years ago

undefined names have the potential to raise NameError at runtime. These could be missing imports, errors in refactoring, etc.