-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
43 lines (33 loc) · 889 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
sudo: false
addons:
apt:
packages:
- python-numpy
- python-scipy
- python-matplotlib
- python-sympy
- python-tk
- python-tables
- python-tornado
language: python
python:
- 2.7
- 3.8
env:
- OMV_ENGINE=jNeuroML
- OMV_ENGINE=jNeuroML_NEURON
- OMV_ENGINE=Brian2 # Python script runs with Brian; should be just Python, but Brian engine is quick to set up...
install:
- pip install git+https://github.com/OpenSourceBrain/osb-model-validation
# install pyelectro
- pip install git+https://github.com/NeuralEnsemble/pyelectro.git
- git clone https://github.com/NeuroML/NeuroMLlite.git
- cd NeuroMLlite
- python setup.py install
- pip install pyNeuroML
- cd examples
- python Example2.py # test one example...
- cd ../..
script:
- omv all -V
- omv list -V