Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Update CI scripts and fix linting errors #55

Merged
merged 2 commits into from
Jan 24, 2020
Merged

Update CI scripts and fix linting errors #55

merged 2 commits into from
Jan 24, 2020

Conversation

leouieda
Copy link
Member

Pylint 2.4.2 generates some new error reports, mostly due to imports not
being at the top.
Update CI scripts to 1.2.0 to fix failing TravisCI builds.
Take control of the conda path on Mac Azure builds to avoid conda
errors.

Reminders

  • Run make format and make check to make sure the code follows the style guide.
  • Add tests for new features or tests that would have caught the bug that you're fixing.
  • Add new public functions/methods/classes to doc/api/index.rst.
  • Write detailed docstrings for all functions/methods.
  • If adding new functionality, add an example to the docstring, gallery, and/or tutorials.

leouieda and others added 2 commits October 17, 2019 14:11
Pylint 2.4.2 generates some new error reports, mostly due to imports not
being at the top.
Update CI scripts to 1.2.0 to fix failing TravisCI builds.
Take control of the conda path on Mac Azure builds to avoid conda
errors.
@santisoler santisoler merged commit bf20baa into master Jan 24, 2020
@santisoler santisoler deleted the ci-lint branch January 24, 2020 19:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants