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 061b419 commit 050d199Copy full SHA for 050d199
bluepyparallel/version.py
@@ -1,3 +1,3 @@
1
"""Version of the bluepyparallel package."""
2
3
-VERSION = "0.0.8" # pragma: no cover
+VERSION = "0.0.9.dev0" # pragma: no cover
tox.ini
@@ -13,6 +13,8 @@ envlist =
13
minversion = 3.18
14
15
[testenv]
16
+allowlist_externals =
17
+ ipcluster
18
extras = test
19
setenv =
20
COVERAGE_FILE = {env:COVERAGE_FILE:.coverage-{envname}}
@@ -43,7 +45,9 @@ commands_post =
43
45
[testenv:coverage]
44
46
skip_install = true
47
deps = coverage
-allowlist_externals = /bin/bash
48
49
+ /bin/bash
50
51
commands =
52
/bin/bash -c 'coverage combine .coverage-py*'
53
coverage xml
0 commit comments