Skip to content

Commit bbc0b46

Browse files
committed
Fix merge
1 parent 02949b1 commit bbc0b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
envlist = py36
33

44
[testenv]
5-
deps = pipenv
65
commands =
7-
pipenv install --dev --ignore-pipfile
86
coverage erase
97
coverage run -m unittest
108
coverage report -m
119
coverage xml -i
1210
coverage html -i
1311
bash -c 'pylint --rcfile={toxinidir}/pylintrc --load-plugins=pylint.extensions.docparams, pylint.extensions.mccabe {envsitepackagesdir}/project > pylintReport.txt || true'
12+
install_command =
13+
pip install {opts} {packages}
1414
recreate = True
1515
whitelist_externals = /bin/bash
1616

0 commit comments

Comments
 (0)