Resolve merge conflict
This commit is contained in:
commit
e3e55ca48a
4
tox.ini
4
tox.ini
|
@ -4,7 +4,7 @@
|
|||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
envlist = dummy, py26, py27, py32
|
||||
envlist = dummy, py26, py27, py32, py33, py34
|
||||
|
||||
[testenv]
|
||||
commands = py.test {posargs:--cov pipdeptree --cov-report xml --cov-report html --cov-report term-missing tests/}
|
||||
|
@ -20,4 +20,4 @@ deps =
|
|||
|
||||
[testenv:dummy]
|
||||
deps = -r{toxinidir}/tests/virtualenvs/dummy_requirements.txt
|
||||
commands =
|
||||
commands =
|
||||
|
|
Loading…
Reference in New Issue