8000 Allow Python interpreter to be customized · python/mypy@59ca853 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59ca853

Browse files
committed
Allow Python interpreter to be customized
1 parent 96a5b39 commit 59ca853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
PYTHON=python
3+
PYTHON=${PYTHON-python}
44

55
result=0
66

0 commit comments

Comments
 (0)
0