 Issue 29338156:
  Issue 3754 - Initial setup of the python-abp repo.  (Closed)
    
  
    Issue 29338156:
  Issue 3754 - Initial setup of the python-abp repo.  (Closed) 
  | Index: tox.ini | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/tox.ini | 
| @@ -0,0 +1,6 @@ | 
| +[tox] | 
| +envlist = py27, py35, pypy | 
| + | 
| +[testenv] | 
| +commands = py.test tests | 
| +deps = pytest |