File tree Expand file tree Collapse file tree 4 files changed +47
-2
lines changed
Expand file tree Collapse file tree 4 files changed +47
-2
lines changed Original file line number Diff line number Diff line change 1+ include :
2+ - project : nse/ci
3+ file :
4+ - /ci/lib/tox-bb5.yml
5+ - /ci/jobs/check-version.yml
6+ - /ci/jobs/lint.yml
7+ - /ci/jobs/py36.yml
8+ - /ci/jobs/py37.yml
9+ - /ci/jobs/py38.yml
10+ - /ci/jobs/docs.yml
11+ - /ci/jobs/build-package.yml
12+ - /ci/jobs/publish-package.yml
13+ - /ci/jobs/publish-docs.yml
14+ - /ci/jobs/tag.yml
15+
16+ docs :
17+ variables :
18+ EXTRA_MODULES : archive/2021-05:py-mpi4py
19+
20+ lint :
21+ variables :
22+ EXTRA_MODULES : archive/2021-05:py-mpi4py
23+
24+ py36 :
25+ variables :
26+ EXTRA_MODULES : archive/2021-05:py-mpi4py
27+
28+ py37 :
29+ variables :
30+ EXTRA_MODULES : archive/2021-05:py-mpi4py
31+
32+ py38 :
33+ variables :
34+ EXTRA_MODULES : archive/2021-05:py-mpi4py
Original file line number Diff line number Diff line change 11"""Package version"""
22# pragma: no cover
3- VERSION = "0.0.6 "
3+ VERSION = "0.0.7.dev0 "
Original file line number Diff line number Diff line change 4040 url = "https://bbpteam.epfl.ch/documentation/projects/BluePyParallel" ,
4141 project_urls = {
4242 "Tracker" : "https://bbpteam.epfl.ch/project/issues/projects/CELLS/issues" ,
43- "Source" : "ssh ://bbpcode .epfl.ch/cells/BluePyParallel " ,
43+ "Source" : "https ://bbpgitlab .epfl.ch/neuromath/bluepyparallel " ,
4444 },
4545 license = "BBP-internal-confidential" ,
4646 install_requires = reqs ,
Original file line number Diff line number Diff line change @@ -50,6 +50,17 @@ commands =
5050commands_pre =
5151commands_post =
5252
53+ [testenv:check-packaging]
54+ skip_install = true
55+ deps =
56+ wheel
57+ twine
58+ commands =
59+ python setup.py sdist bdist_wheel -d {envtmpdir}/dist
60+ twine check {envtmpdir}/dist/*
61+ commands_pre =
62+ commands_post =
63+
5364[testenv:lint]
5465deps =
5566 {[base]testdeps}
You can’t perform that action at this time.
0 commit comments