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 7461d3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,7 +34,7 @@ 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
Expand Down

0 comments on commit 7461d3c

Please sign in to comment.