skip installs in all coverage-tool environments

This commit is contained in:
Glyph 2019-04-12 23:50:24 -07:00
parent da41dc4419
commit 4a8ccedbbf
1 changed files with 12 additions and 0 deletions

12
tox.ini
View File

@ -145,3 +145,15 @@ skip_install = true
[testenv:lint]
basepython=python3.5
usedevelop=True
[testenv:coverage-prepare]
skip_install=True
[testenv:codecov-publish]
skip_install=True
[testenv:codecov-push]
skip_install=True
[testenv:coveralls-push]
skip_install=True