Skip to content

Commit f755920

Browse files
authored
Appveyor: Update pip and run gl as a smoke test
This removes red warning on Appveyor https://ci.appveyor.com/project/spderosso/gitless/build/job/jru3ntgukwtkun4g#L59
1 parent 99b06ba commit f755920

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ environment:
77
PYTHON: 'C:\Python27-x64\python.exe'
88

99
init:
10+
- cmd: '%PYTHON% -m pip install -U pip'
1011
- cmd: '%PYTHON% -m pip install -U nose wheel'
1112

1213
build: off
@@ -16,6 +17,7 @@ before_test:
1617
- cmd: git config --global user.email "appveyor@test.com"
1718

1819
test_script:
20+
- cmd: gl
1921
- ps: |
2022
# e2e tests require `gl` binary
2123
&$env:PYTHON -m pip install -r requirements.txt .

0 commit comments

Comments
 (0)