Skip to content

Commit

Permalink
Install contextlib2 in tox as well
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Oct 14, 2022
1 parent 830c7b5 commit e5f74de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -3,5 +3,7 @@ isolated_build = true
envlist = py27, py37, py38, py39, py310, pypy, pypy3

[testenv]
deps = py27,pypy: mock
deps =
py27,pypy: mock
py27,pypy: contextlib2
commands = python -m unittest discover -p *_test.py

0 comments on commit e5f74de

Please sign in to comment.