Advertisement
Guest User

Untitled

a guest
Oct 11th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ep8 develop-inst-nodeps: /home/pabelanger/zzx/python-ari
  2. pep8 runtests: commands[0] | flake8
  3. ./setup.py:22:14: W292 no newline at end of file
  4. pbr=True)
  5. ^
  6. ./ari/__init__.py:19:28: W292 no newline at end of file
  7. 'ari').version_string()
  8. ^
  9. ./ari/tests/__init__.py:19:28: W292 no newline at end of file
  10. 'ari').version_string()
  11. ^
  12. ./ari/tests/base.py:54:1: W391 blank line at end of file
  13.  
  14. ^
  15. ./ari/tests/test_ari.py:28:13: W292 no newline at end of file
  16. pass
  17. ^
  18. ERROR: InvocationError: '/home/pabelanger/zzx/python-ari/.tox/pep8/bin/flake8'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement