tox python project management of virtual environments to build test automation tool &&

tox is a handy tool that can help us manage python virtual environment, and can perform automated testing and building projects

How tox work

 

Explanation

From the graph we can see how our project tox

Reference material

https://github.com/tox-dev/tox 
https://tox.readthedocs.io/en/latest/

Guess you like

Origin www.cnblogs.com/rongfengliang/p/10983048.html