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:
8
tox.ini
8
tox.ini
@@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = cleanup,py27,py34,{py27,py34}-flake8
|
envlist = py27,py34,{py27,py34}-flake8
|
||||||
|
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
|
||||||
@@ -20,9 +20,3 @@ commands = flake8 {posargs}
|
|||||||
basepython = python3.4
|
basepython = python3.4
|
||||||
deps = flake8
|
deps = flake8
|
||||||
commands = flake8 {posargs}
|
commands = flake8 {posargs}
|
||||||
|
|
||||||
[testenv:cleanup]
|
|
||||||
setenv =
|
|
||||||
COVERAGE_FILE = .coverage
|
|
||||||
deps = coverage
|
|
||||||
commands = coverage erase
|
|
||||||
|
|||||||
Reference in New Issue
Block a user