Skip to content

Commit

Permalink
Fix broken syntax and minor visual edits in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed May 7, 2021
1 parent 84a6ef5 commit c428d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -9,9 +9,9 @@ deps =
commands =
pip install -e .[d]
coverage erase
pytest tests --run-optional=no_python2 --numprocesses auto --cov {{posargs}
pytest tests --run-optional no_python2 --numprocesses auto --cov {posargs}
pip install -e .[d,python2]
pytest tests --run-optional=python2 --numprocesses auto --cov --cov-append {posargs}
pytest tests --run-optional python2 --numprocesses auto --cov --cov-append {posargs}
coverage report

[testenv:fuzz]
Expand Down

0 comments on commit c428d67

Please sign in to comment.