Skip to content

Commit

Permalink
tests: more py2 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Mar 9, 2021
1 parent 7a95276 commit d3671ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
# deprecation warning: py{27,py2,34,35}
# deprecation warning: py{27,py2,34,35,36}
envlist=py{27,34,35,36,37,38,39,py2,py3}{,-tf}{,-keras}, perf, setup.py
isolated_build=True

Expand All @@ -13,9 +13,9 @@ deps=
pytest
pytest-cov
pytest-timeout
py{37,38,39}: pytest-asyncio
!py{27,py2}: ipywidgets
!py{27,py2}: git+https://github.com/casperdcl/nbval.git@named_cells#egg=nbval
py3{7,8,9}: pytest-asyncio
py3{6,7,8,9}: ipywidgets
py3{6,7,8,9}: git+https://github.com/casperdcl/nbval.git@named_cells#egg=nbval
coverage
coveralls
codecov
Expand All @@ -34,10 +34,10 @@ deps=
numpy
pandas
keras: keras
py{36,37,38,39}: rich
py3{6,7,8,9}: rich
tf: tensorflow
commands=
!py{27,py2}: pytest --cov=tqdm --cov-report= tests_notebook.ipynb --nbval --current-env -W=ignore --sanitize-with=setup.cfg
py3{6,7,8,9}: 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
Expand Down

0 comments on commit d3671ff

Please sign in to comment.