add cirrus & travis tests - #4
Open
igalic wants to merge 6 commits into
Open
Conversation
and start fixing issues
igalic
force-pushed
the
tests/add-cirrus
branch
from
April 22, 2020 09:37
4024fd3 to
f50826a
Compare
pytest-cov depends on SQLite3, which is not required at all, considering the size of this project
gronke
force-pushed
the
tests/add-cirrus
branch
from
April 23, 2020 21:17
7d1d114 to
272e9bb
Compare
igalic
commented
Aug 19, 2020
igalic
left a comment
Collaborator
Author
There was a problem hiding this comment.
ref bsdci/libioc#762
| matrix: | ||
| image: freebsd-12-1-release-amd64 | ||
| install_script: | ||
| - mount -t fdescfs null /dev/fd |
Collaborator
Author
There was a problem hiding this comment.
this isn't needed any more!
igalic
commented
Aug 19, 2020
igalic
left a comment
Collaborator
Author
There was a problem hiding this comment.
we should move all ignores into setup.cfg
or rather, all config options
| addopts = --verbose | ||
|
|
||
| [flake8] | ||
| ignore = D101,D103 |
Collaborator
Author
There was a problem hiding this comment.
these ignores are… ignored
Collaborator
Author
There was a problem hiding this comment.
either way, I'd much prefer to fix this specific docs issue, rather than ignore it
| check: | ||
| flake8 --version | ||
| mypy --version | ||
| flake8 --exclude=".travis,.eggs,__init__.py,docs,tests" --ignore=E203,E252,W391,D107,A001,A002,A003,A004,D412,D413,T499 |
Collaborator
Author
There was a problem hiding this comment.
the ignores are overridden here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
copy from libioc project and strip everything we don't need
this fixes #2