-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
47 lines (36 loc) · 986 Bytes
/
.travis.yml
File metadata and controls
47 lines (36 loc) · 986 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
37
38
39
40
41
42
43
44
45
46
# Framework for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
dist: trusty
sudo: false
addons:
apt:
packages:
- python-matplotlib
- python-tk
- python-numpy
- python-scipy
- python-lxml
- libhdf5-7
- python-tables
# Requirements for Moose
- python-dev
- libhdf5-dev
- libgsl0-dev
- g++
language: python
python: 2.7
virtualenv:
system_site_packages: true
env:
- OMV_ENGINE=jNeuroML
- OMV_ENGINE=jNeuroML_NEURON
- OMV_ENGINE=jNeuroML_NetPyNE
- OMV_ENGINE=jNeuroML_validate
- OMV_ENGINE=NEURON:7.4
- OMV_ENGINE=NEURON:7.5
- OMV_ENGINE=NEURON:7.6
- OMV_ENGINE=jNeuroML_Moose
install:
- pip install git+https://github.com/OpenSourceBrain/osb-model-validation
- pip install scipy # Why is this needed? Doesn't seem to get installed correctly on trusty with addons above...
script:
- omv all -V