Skip to content

Commit

Permalink
tests: skip py27 notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Mar 9, 2021
1 parent 5cd575b commit c655aa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Expand Up @@ -14,8 +14,8 @@ deps=
pytest-cov
pytest-timeout
py{37,38,39}: pytest-asyncio
ipywidgets
nbval
!py{27,py2}: ipywidgets
!py{27,py2}: nbval
coverage
coveralls
codecov
Expand All @@ -37,14 +37,14 @@ deps=
py{36,37,38,39}: rich
tf: tensorflow
commands=
pytest --cov=tqdm --cov-report= tests_notebook.ipynb --nbval --current-env -W=ignore --sanitize-with=setup.cfg
!py{27,py2}: pytest --cov=tqdm --cov-report= tests_notebook.ipynb --nbval --current-env -W=ignore --sanitize-with=setup.cfg
pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k "not perf"
{[core]commands}
allowlist_externals=codacy

[testenv:py{27,py2}{,-tf}{,-keras}]
commands=
pytest --cov=tqdm --cov-report= tests_notebook.ipynb -o addopts= -v --tb=short -rxs -W=ignore --durations=10 --nbval --current-env --sanitize-with=setup.cfg
!py{27,py2}: pytest --cov=tqdm --cov-report= tests_notebook.ipynb -o addopts= -v --tb=short -rxs -W=ignore --durations=10 --nbval --current-env --sanitize-with=setup.cfg
pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k "not perf" -o addopts= -v --tb=short -rxs -W=error --durations=10
{[core]commands}

Expand Down

0 comments on commit c655aa5

Please sign in to comment.