Skip to content

Commit 02b2923

Browse files
committed
tests: drop py3.6 nbval
1 parent 2a9f1d2 commit 02b2923

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ PLATFORM=
2525

2626
[core]
2727
deps=
28-
py3{4,5,6}: pytest<7
2928
pytest
29+
py3{4,5,6}: pytest<7
3030
pytest-cov
3131
pytest-timeout
3232
py3{7,8,9,10}: pytest-asyncio
3333
py3{6,7,8,9,10}: ipywidgets
34-
py3{6,7,8,9,10}: git+https://github.com/casperdcl/nbval.git@master#egg=nbval
34+
py3{7,8,9,10}: git+https://github.com/casperdcl/nbval.git@master#egg=nbval
3535
coverage
3636
coveralls
3737
codecov
@@ -55,9 +55,8 @@ deps=
5555
py27-tf: protobuf<3.18
5656
py3{6,7,8,9,10}: rich
5757
commands=
58-
py36: pytest --cov=tqdm --cov-report= tests_notebook.ipynb --nbval --nbval-current-env -W=ignore --nbval-sanitize-with=setup.cfg -o addopts= -v --tb=short -rxs -W=error --durations=0 --durations-min=0.1
58+
py3{4,5,6}: pytest --cov=tqdm --cov-report=xml --cov-report=term -k "not perf" -o addopts= -v --tb=short -rxs -W=error --durations=0 --durations-min=0.1
5959
py3{7,8,9,10}: pytest --cov=tqdm --cov-report= tests_notebook.ipynb --nbval --nbval-current-env -W=ignore --nbval-sanitize-with=setup.cfg
60-
py3{4,5,6}: pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k "not perf" -o addopts= -v --tb=short -rxs -W=error --durations=0 --durations-min=0.1
6160
py3{7,8,9,10}: pytest --cov=tqdm --cov-report=xml --cov-report=term --cov-append -k "not perf"
6261
{[core]commands}
6362
allowlist_externals=codacy

0 commit comments

Comments
 (0)