Skip to content

Commit

Permalink
Merge pull request #56 from genomoncology/attr_update
Browse files Browse the repository at this point in the history
Added tox validation for 3.8-3.10
  • Loading branch information
ewennerb authored Aug 5, 2022
2 parents 34f8085 + 2a92382 commit 2f3db6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
18 changes: 1 addition & 17 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,13 @@
addopts =
-rfEsxX
-p no:logging
--mccabe
--verbose
--pep8
--flake8
--ignore=setup.py
--ignore=travis_pypi_setup.py
--cov=src/related/
--cov-report=term
--cov-report=html
--cov-fail-under=98

exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:

python_paths = src/
test_paths = tests
mccabe-complexity=7
pythonpath = src/
norecursedirs=example docs build env .*
pep8maxlinelength = 80
11 changes: 3 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
[tox]
envlist =
py27
py35
py36
py37
flake8

[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 related
py38
py39
py310

[testenv]
setenv =
Expand Down

0 comments on commit 2f3db6b

Please sign in to comment.