-
Notifications
You must be signed in to change notification settings - Fork 14
/
.travis.yml
53 lines (45 loc) · 1.11 KB
/
.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
44
45
46
47
48
49
50
51
52
53
# Framework for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
sudo: false
addons:
apt:
packages:
# Requirements for Brian & NEST
- python-numpy
- python-scipy
- python-matplotlib
- python-sympy
- python-tables
- libreadline6-dev
- libncurses5-dev
- libgsl0-dev
- cython
# Requirements for Octave
- octave
- gnuplot
# Requirements for numba jit
- build-essential
language: python
python: 2.7
python: 3.5
virtualenv:
system_site_packages: true
env:
- OMV_ENGINE=jNeuroML
- OMV_ENGINE=jNeuroML_NEURON
#- OMV_ENGINE=jNeuroML_Brian2
- OMV_ENGINE=jNeuroML_validate
- OMV_ENGINE=PyLEMS_NeuroML2
- OMV_ENGINE=Octave
- OMV_ENGINE=PyNN_Brian1
- OMV_ENGINE=PyNN_NEURON
- OMV_ENGINE=PyNN_Nest
- OMV_ENGINE=PyNEURON
- OMV_ENGINE=Numba
install:
# Requirements for numba jit
- conda install numba
- pip install git+https://github.com/russelljjarvis/osb-model-validation
script:
# quick test.
- omv all -V
-- python numba/travis_run_numba_model.py