Skip to content

Commit 1f7e48f

Browse files
authored
Merge pull request #101 from mgxd/rf/package
[WIP] RF into python package
2 parents 4ef0396 + 16cdc24 commit 1f7e48f

26 files changed

+2514
-2370
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[run]
22
include = tests/*
3-
bin/*
3+
heudiconv/*
44
setup.py

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ before_install:
2727
- source venv/bin/activate
2828
- python --version # just to check
2929
- pip install -r dev-requirements.txt
30+
- pip install requests # below installs pyld but that assumes we have requests already
3031
- pip install datalad
3132
- pip install codecov pytest
3233

0 commit comments

Comments
 (0)