Skip to content

Commit a8813b7

Browse files
committed
Merge branch 'fix/coveralls'
2 parents 2d5cc29 + 25747e8 commit a8813b7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tox.ini

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

44
[testenv]
5+
deps = pipenv
56
commands =
7+
pipenv install --dev --ignore-pipfile
68
coverage erase
79
coverage run -m unittest
810
coverage report -m
911
coverage xml -i
1012
coverage html -i
1113
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

1717
[testenv:py36]
1818
basepython = python3.6
19-
deps = pipenv
20-
commands=
21-
pipenv install --dev --ignore-pipfile
22-
python setup.py test
2319
setenv=
2420
LC_ALL=en_GB.UTF-8
2521
LANG=en_GB.UTF-8

0 commit comments

Comments
 (0)