Run tests for all installed versions of Python (#166). #176

Merged
witten merged 3 commits from tox-skip-missing-interpreters into master 2019-05-14 20:06:09 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bb8b1e58e8 - Show all commits

View File

@ -1,6 +1,6 @@
[tox]
envlist = py35,py36,py37
skip_missing_interpreters=true
skip_missing_interpreters = True

Nitpick: skip_missing_interpreters = True - same style as the rest?

Nitpick: `skip_missing_interpreters = True` - same style as the rest?

Thanks, fixed!

Thanks, fixed!
skipsdist = True
minversion = 3.10.0