Skip to content

add cirrus & travis tests - #4

Open
igalic wants to merge 6 commits into
mainfrom
tests/add-cirrus
Open

add cirrus & travis tests#4
igalic wants to merge 6 commits into
mainfrom
tests/add-cirrus

Conversation

@igalic

@igalic igalic commented Apr 22, 2020

Copy link
Copy Markdown
Collaborator

copy from libioc project and strip everything we don't need

this fixes #2

@igalic
igalic force-pushed the tests/add-cirrus branch from 4024fd3 to f50826a Compare April 22, 2020 09:37
gronke added 3 commits April 23, 2020 23:17
pytest-cov depends on SQLite3, which is not required at all, considering the size of this project
@gronke
gronke force-pushed the tests/add-cirrus branch from 7d1d114 to 272e9bb Compare April 23, 2020 21:17

@igalic igalic left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread .cirrus.yml
matrix:
image: freebsd-12-1-release-amd64
install_script:
- mount -t fdescfs null /dev/fd

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't needed any more!

@igalic igalic left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should move all ignores into setup.cfg
or rather, all config options

Comment thread setup.cfg
addopts = --verbose

[flake8]
ignore = D101,D103

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these ignores are… ignored

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

either way, I'd much prefer to fix this specific docs issue, rather than ignore it

Comment thread Makefile
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

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the ignores are overridden here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test Automation

2 participants