Skip to content

Commit afd18d2

Browse files
Dmitry YashuninDmitry Yashunin
authored andcommitted
Update travis
1 parent b1994a5 commit afd18d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
before_install:
1717
- choco install python --version 3.6.0
1818
- python -m pip install --upgrade pip
19+
- python --version
1920
env: PATH=/c/Python36:/c/Python36/Scripts:$PATH
2021

2122
- name: Windows Python 3.7
@@ -24,6 +25,7 @@ jobs:
2425
before_install:
2526
- choco install python --version 3.7.0
2627
- python -m pip install --upgrade pip
28+
- python --version
2729
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
2830

2931
install:

0 commit comments

Comments
 (0)