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.
2 parents 2d5cc29 + 25747e8 commit a8813b7Copy full SHA for a8813b7
tox.ini
@@ -2,24 +2,20 @@
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
17
[testenv:py36]
18
basepython = python3.6
19
-deps = pipenv
20
-commands=
21
- pipenv install --dev --ignore-pipfile
22
- python setup.py test
23
setenv=
24
LC_ALL=en_GB.UTF-8
25
LANG=en_GB.UTF-8
0 commit comments