Skip to content

Commit

Permalink
Move Pytest args to separate config
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba committed Apr 9, 2019
1 parent b63f08b commit e4fa1d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Expand Up @@ -5,7 +5,7 @@ envlist = py37, lint
deps =
pytest
commands =
pytest --showlocals {posargs:tests}
pytest {posargs:tests}

[testenv:lint]
basepython = python3
Expand All @@ -31,6 +31,9 @@ deps =
commands =
black {posargs:setup.py isic_challenge_scoring tests}

[pytest]
addopts = --showlocals

[flake8]
max-line-length = 100
show-source = True
Expand Down

0 comments on commit e4fa1d3

Please sign in to comment.