Skip to content

Commit 437b896

Browse files
committed
added paths for tests
1 parent 7bee251 commit 437b896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/initialize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const TEST_TIMEOUT = 25000;
6565
function getPythonPath(): string {
6666
const pythonPaths = ['/home/travis/virtualenv/python3.5.2/bin/python',
6767
'/Users/travis/.pyenv/versions/3.5.1/envs/MYVERSION/bin/python',
68-
'/xUsers/donjayamanne/Projects/PythonEnvs/p361/bin/python',
68+
'/Users/donjayamanne/Projects/PythonEnvs/p361/bin/python',
6969
'/Users/donjayamanne/Projects/PythonEnvs/p27/bin/python'];
7070
for (let counter = 0; counter < pythonPaths.length; counter++) {
7171
if (fs.existsSync(pythonPaths[counter])) {

0 commit comments

Comments
 (0)