Code review comment for lp:~adiroiban/pocket-lint/travis-ci

Revision history for this message
Curtis Hovey (sinzui) wrote :

I don't think this will work because it is used by steup tools
    install_requires=['pyflakes>=0.7.3', 'pep8>=1.4.6'],
setup.py uses distutils which wants this format
    requires=['pyflakes (>=7.3)', 'pep8 (>=1.4.6)'],

« Back to merge proposal