1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 11:30:25 +01:00

Removed cleanup from tox

This commit is contained in:
2016-11-20 09:46:58 +01:00
parent 5c6dc72d7c
commit c6f86315c6

View File

@@ -1,5 +1,5 @@
[tox]
envlist = cleanup,py27,py34,{py27,py34}-flake8
envlist = py27,py34,{py27,py34}-flake8
usedevelop = True
@@ -20,9 +20,3 @@ commands = flake8 {posargs}
basepython = python3.4
deps = flake8
commands = flake8 {posargs}
[testenv:cleanup]
setenv =
COVERAGE_FILE = .coverage
deps = coverage
commands = coverage erase