Merge "Improve tox usage for development"

This commit is contained in:
Zuul 2019-03-28 01:32:11 +00:00 committed by Gerrit Code Review
commit c9d301fe9b
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
[tox]
envlist = linters, py27, py35
envlist = linters, py27, py35, py36, py37
ignore_basepython_conflict = True
skip_missing_interpreters = True
[testenv]
usedevelop = True