Skip to content

Commit 973d272

Browse files
committed
BF: travis - new path to heuristics for py.test run
1 parent d6a0a31 commit 973d272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636
- git config --global user.name "Travis Almighty"
3737

3838
script:
39-
- coverage run `which py.test` -s -v tests heuristics/*.py
39+
- coverage run `which py.test` -s -v tests heudiconv/heuristics/*.py
4040

4141
after_success:
4242
- codecov

0 commit comments

Comments
 (0)