Skip to content

Commit a9132c5

Browse files
committed
ENH: Adds TravisCI file
1 parent edfc4b4 commit a9132c5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.5"
5+
- "3.6"
6+
install:
7+
- "pip install codecov"
8+
- "pip install -r requirements.txt"
9+
script:
10+
- "export PYTHONPATH=${PWD}:${PYTHONPATH}"
11+
- "nosetests --with-coverage --cover-package=bidsmanager -w ./test test"
12+
- "codecov"

0 commit comments

Comments
 (0)