Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit ba11828

Browse files
committed
Use neuron nightly wheel
1 parent b889191 commit ba11828

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tox.ini

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ deps =
1818
coverage
1919
flake8
2020
mock
21+
neuron-nightly
2122
sh
2223
pathlib
2324
pytest
@@ -28,16 +29,8 @@ whitelist_externals =
2829
cd
2930
pwd
3031
passenv = https_proxy
31-
setenv =
32-
TOX_NRNDIR={envdir}/.tox-neuronpy
33-
PYTHONPATH={env:TOX_NRNDIR}/local/lib/python:{env:TOX_NRNDIR}/.neuronpy/local/lib64/python
34-
TOX_ENVBINDIR={envbindir}
35-
TOX_NRNBINDIR=../.tox-neuronpy/local/x86_64/bin/
3632
commands =
3733
make clean
38-
./.install_neuron.sh {env:TOX_NRNDIR}/src {env:TOX_NRNDIR}/local {basepython}
39-
40-
make toxbinlinks
4134

4235
functional: make stochkv_prepare l5pc_prepare sc_prepare meta_prepare
4336
style: pycodestyle --ignore=E402,W503,W504 bluepyopt

0 commit comments

Comments
 (0)