Run coverage testing by default in tox

This commit is contained in:
Will Miller 2018-09-14 16:43:32 +00:00
parent 5e0702ce68
commit 1006415f2e

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pep8,alint
envlist = py35,py27,pep8,alint,cover
skipsdist = True
[testenv]