diff --git a/noxfile.py b/noxfile.py index 34abad4..cf05381 100644 --- a/noxfile.py +++ b/noxfile.py @@ -148,6 +148,10 @@ def testsnb(session): "jinja2", "pillow", ) + # Get session argument python + ver = str(session.python) + ver = ver.replace(".", "-") + session.run("ls",f".nox/testsnb-{ver}/lib/python3.7/site-packages/adijif") session.run("pytest", *args)