Skip to content

Commit 5715022

Browse files
committed
Change praat location
1 parent 4fdb15b commit 5715022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def base_filenames(soundfiles_dir):
4343
@pytest.fixture(scope='module')
4444
def praatpath():
4545
if os.environ.get('TRAVIS'):
46-
return 'praat'
46+
return '/downloads/praat'
4747
return r'C:\Users\michael\Documents\Praat\praatcon.exe'
4848

4949

0 commit comments

Comments
 (0)