We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdb15b commit 5715022Copy full SHA for 5715022
tests/conftest.py
@@ -43,7 +43,7 @@ def base_filenames(soundfiles_dir):
43
@pytest.fixture(scope='module')
44
def praatpath():
45
if os.environ.get('TRAVIS'):
46
- return 'praat'
+ return '/downloads/praat'
47
return r'C:\Users\michael\Documents\Praat\praatcon.exe'
48
49
0 commit comments