Skip to content

Commit df9d45c

Browse files
committed
Canged to py2
Signed-off-by: Pratikrocks <pratikrocks.dey11@gmail.com>
1 parent 16e026f commit df9d45c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ matrix:
2828
- os: windows
2929
language: shell
3030
before_install:
31-
- choco install python --version2.7
31+
- choco install python2
3232
- ln -s /c/Python27/python.exe /c/Python27/python2.7.exe
3333
env:
3434
- PATH="/c/Python27:/c/Python27/Scripts:$PATH"
3535
- TEST_SUITE="$PYTEST"
3636
- os: windows
3737
language: shell
3838
before_install:
39-
- choco install python --version2.7
39+
- choco install python2
4040
- ln -s /c/Python27/python.exe /c/Python27/python2.7.exe
4141
env:
4242
- PATH="/c/Python27:/c/Python27/Scripts:$PATH"

0 commit comments

Comments
 (0)