-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (30 loc) · 935 Bytes
/
.travis.yml
File metadata and controls
36 lines (30 loc) · 935 Bytes
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
# Framework for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
dist: xenial
addons:
apt:
packages:
- python-tk
- python-lxml
- python-tornado
- python-tables
language: python
python:
- 2.7
- 3.7
env:
#- OMV_ENGINE=jNeuroML
#- OMV_ENGINE=jNeuroML_NEURON
- OMV_ENGINE=jNeuroML_validate
#- OMV_ENGINE=jNeuroML_NetPyNE
#- OMV_ENGINE=NetPyNE
install:
- pip install git+https://github.com/OpenSourceBrain/osb-model-validation
- pip install numpy scipy # Why is this needed? Scipy doesn't seem to get installed correctly with addons above...
- pip install tables # Ditto
- pip install matplotlib
- pip install future pandas matplotlib-scalebar bokeh
#- pip install neuron # to test - need to find out where nrn installed...
script:
- omv list-engines -V
- omv all -V
- omv list-engines -V