Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
gsutil
/
third_party
/
six
/
Filename :
tox.ini
back
Copy
[tox] envlist=py27,py33,py34,py35,py36,py37,py38,pypy,flake8 [testenv] deps= pytest commands= python -m pytest -rfsxX {posargs} [testenv:flake8] basepython=python deps=flake8 commands= flake8 six.py