Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tox.ini: Add flake8 target #43

Merged
merged 2 commits into from
Jan 28, 2015
Merged

Commits on Jan 16, 2015

  1. tox.ini: Simplify

    Mainly because unittest2 now works on Python 2 AND Python 3, so it can
    be installed everywhere and not just for Python 2.6.
    
    I also moved deps to `test-requirements.txt` so folks who are developing
    and don't want to use `tox` can do `pip install -r
    test-requirements.txt`.
    msabramo committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    3510819 View commit details
    Browse the repository at this point in the history
  2. tox.ini: Add flake8 target

    msabramo committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    f331f72 View commit details
    Browse the repository at this point in the history