You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
# it runs commands in virtualenvs prepared with python version and dependencies from setup.[py,cfg]
# While tox can be configured to do plenty of things, it is bothersome to work with quickly, and it is not a lightweight dependency, so prefer to write build logic in setup.py or other commands that run without tox.
[tox]
envlist = py27, py34, py35, py36
[testenv]
# flawed due to https://github.com/tox-dev/tox/issues/149