Skip to content

Commit 95ae949

Browse files
committed
Regenerated nml2 cell file & adding travis ci tests
1 parent 907356d commit 95ae949

File tree

5 files changed

+1456
-1331
lines changed

5 files changed

+1456
-1331
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/neuroConstruct/generatedNeuroML2/runsim.sh
12
/NEURON/params.py
23
/NEURON/pp.py
34
/NEURON/OSB_test.hoc
@@ -13,7 +14,8 @@ neuroConstruct/generatedNEURON
1314
neuroConstruct/generatedGENESIS
1415
neuroConstruct/simulations
1516
neuroConstruct/dataSets
16-
neuroConstruct/generatedNeuroML*
17+
neuroConstruct/generatedNeuroML/*
18+
neuroConstruct/generatedNeuroML2/*.dat
1719
*.*~
1820
neuroConstruct/backup*
1921
*#*#

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Framework for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2+
3+
language: python
4+
python: 2.7
5+
6+
env:
7+
- OMV_ENGINE=jNeuroML_validate
8+
9+
install:
10+
- pip install git+https://github.com/OpenSourceBrain/osb-model-validation
11+
12+
script:
13+
- omv all -V
14+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2+
3+
target: "*.nml"
4+
engine: jNeuroML_validate

0 commit comments

Comments
 (0)