pip - Installing extra_requires with tox -


if want install requirements package being tested tox it?

e.g. if testing package called websauna , want instal

  websauna[test] 

instead of

  websauna 

in tox.ini:

[testenv] extras = test 

documentation


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -