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

A bit of improvement on tests #6

Merged
merged 2 commits into from
Jun 29, 2018
Merged

Commits on Jan 4, 2018

  1. Don't explicitly depend on astroid

    we only depend on pylint, which in turn is responsible for
    fetching astroid.
    atodorov committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    9d6337e View commit details
    Browse the repository at this point in the history
  2. Add simple test

    - add simple import test for now
    - collect coverage and report it to coveralls
    - don't test with Python 2.6 and 3.3 which aren't supported by
      pylint
    - add latest and upstream versions of pylint to test matrix
    atodorov committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    a4bbe86 View commit details
    Browse the repository at this point in the history