Skip to content

Commit ae06290

Browse files
committed
Merge pull request nipy#443 from satra/enh/travis
enh: travis script
2 parents f1b96c3 + 1ffd831 commit ae06290

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)