Skip to content

Commit 1ffd831

Browse files
committed
enh: travis script
1 parent f1b96c3 commit 1ffd831

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
# command to install dependencies
6+
install:
7+
- pip install numpy
8+
- pip install scipy
9+
- pip install nibabel
10+
- pip install networkx
11+
- pip install traits
12+
# command to run tests
13+
script: make test

0 commit comments

Comments
 (0)