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

BF (codename "happy travis"): trying to address lints etc to make Travis green again #702

Merged
merged 14 commits into from Dec 11, 2017

Commits on Nov 28, 2017

  1. RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT

    I did keep some "bare" except with catch all Exception: , while tried to disable
    flake8 complaints where clearly all exceptions are to be catched
    yarikoptic committed Nov 28, 2017
  2. BF(PY26): {} -> {0}, i.e. explicit index for .format()

    yarikoptic committed Nov 28, 2017
  3. BF: crazy tests ppl pass an object for status... uff -- catch TypeErr…

    …or too
    yarikoptic committed Nov 28, 2017
  4. RF: last of flake8 fails - avoid using temp variable in a test

    yarikoptic committed Nov 28, 2017
  5. RF(+BF?): refactor hooks creation in a test, and may be make it compa…

    …t with windows
    yarikoptic committed Nov 28, 2017
  6. BF(WIN): use where instead of which while looking for git

    yarikoptic committed Nov 28, 2017
  7. BF(WIN): where could report multiple hits, so choose first

    yarikoptic committed Nov 28, 2017

Commits on Dec 1, 2017

  1. to keep travis busy - adding myself to AUTHORS

    yarikoptic committed Dec 1, 2017
You can’t perform that action at this time.