We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f293081 commit 5481af4Copy full SHA for 5481af4
appveyor.yml
@@ -43,7 +43,8 @@ install:
43
# Configure the VM.
44
- conda install -n root --quiet --yes gdal swig
45
- python -m pip install --upgrade pip
46
- - python -m pip install -r requirements-dev.txt coveralls coverage
+ - python -m pip install -r requirements-dev.txt
47
+ - python -m pip install coveralls coverage
48
- python setup.py install
49
50
# Skip .NET project specific build phase.
0 commit comments