Skip to content

Commit 5481af4

Browse files
committed
[appveyor.yml] Conform pip installation steps to match Travis-CI
For consistency between the two continuous integration environments. No functional change intended.
1 parent f293081 commit 5481af4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ install:
4343
# Configure the VM.
4444
- conda install -n root --quiet --yes gdal swig
4545
- python -m pip install --upgrade pip
46-
- python -m pip install -r requirements-dev.txt coveralls coverage
46+
- python -m pip install -r requirements-dev.txt
47+
- python -m pip install coveralls coverage
4748
- python setup.py install
4849

4950
# Skip .NET project specific build phase.

0 commit comments

Comments
 (0)