We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02949b1 commit bbc0b46Copy full SHA for bbc0b46
tox.ini
@@ -2,15 +2,15 @@
2
envlist = py36
3
4
[testenv]
5
-deps = pipenv
6
commands =
7
- pipenv install --dev --ignore-pipfile
8
coverage erase
9
coverage run -m unittest
10
coverage report -m
11
coverage xml -i
12
coverage html -i
13
bash -c 'pylint --rcfile={toxinidir}/pylintrc --load-plugins=pylint.extensions.docparams, pylint.extensions.mccabe {envsitepackagesdir}/project > pylintReport.txt || true'
+install_command =
+ pip install {opts} {packages}
14
recreate = True
15
whitelist_externals = /bin/bash
16
0 commit comments