Skip to content

Commit fbf19a1

Browse files
committed
Merge branch 'test-casper-appbar' of github.com:MetaCell/NetPyNE-UI into test-casper-appbar
2 parents 503ae86 + 174abe3 commit fbf19a1

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ install:
1515
- cd geppetto-netpyne
1616
- if [ `git branch -a | egrep "remotes/origin/${TRAVIS_BRANCH}"` ]; then git checkout $TRAVIS_BRANCH ; else echo "Branch $TRAVIS_BRANCH does not exist for the dependent bundle, checking out development ..." && git checkout development; fi
1717
- cd ..
18-
- npm install --silent -g phantomjs
19-
- npm install --silent -g casperjs
18+
- npm install --silent -g phantomjs
19+
- npm install --silent -g casperjs
2020
- npm install --silent -g slimerjs
2121
- npm install --silent -g gl
2222
python:
@@ -36,6 +36,7 @@ addons:
3636
- libgl1-mesa-dri
3737
- libglapi-mesa
3838
- libosmesa6
39+
3940
before_script:
4041
- "export DISPLAY=:99.0"
4142
- "sh -e /etc/init.d/xvfb start"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widg
5454
WORKDIR /home/jovyan
5555
RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
5656
WORKDIR /home/jovyan/netpyne_workspace
57-
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"
57+
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"

Dockerfile_dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ RUN /bin/bash -c "source activate snakes && python --version"
5959
RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpyneuiBranch"
6060
WORKDIR /home/jovyan
6161
RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
62-
WORKDIR /home/jovyan/netpyne_workspace
62+
WORKDIR /home/jovyan/work/NetPyNE-UI-$netpyneuiBranch
6363
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
],
4141
install_requires=[
4242
'jupyter_geppetto==0.4.1.2',
43-
'netpyne-py3==0.7.9'
43+
'netpyne==0.9.0'
4444
],
4545
)

0 commit comments

Comments
 (0)