mirror of
https://github.com/gryf/slack-backup.git
synced 2025-12-17 03:20:25 +01:00
Removed cleanup from tox
This commit is contained in:
8
tox.ini
8
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user