SatelliteQE / 5minute

5minute tool is the client tool for easy work with openstack.
GNU General Public License v2.0
9 stars 16 forks source link

Fix travis warning, pep8 was renamed #51

Closed ogajduse closed 6 years ago

ogajduse commented 6 years ago

From travis log:

$ pep8 /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/pep8.py:2124: UserWarning: pep8 has been renamed to pycodestyle (GitHub issue #466) Use of the pep8 tool will be removed in a future release. Please install and use pycodestyle instead. $ pip install pycodestyle $ pycodestyle ...