Skip to content

Commit d906ea4

Browse files
committed
get paths
1 parent 05ea709 commit d906ea4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ before_install: |
4747
install:
4848
- python --version
4949
- python -c 'import sys;print(sys.version)'
50-
- python -c 'import sys;print(sys.executable)'
50+
- python -c 'import sys;print(sys.executable)'
51+
- OUTPUT=$(python -c 'import sys;print(sys.executable)');
52+
- echo "$OUTPUT"
5153
- pip3 install --upgrade pip
5254
- pip3 install jupyter
5355
- pip install -r requirements.txt

0 commit comments

Comments
 (0)