diff --git a/appveyor.yml b/appveyor.yml index 4451d19..8924eb5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,8 +33,8 @@ platform: - x64 install: - - cmd: python -c "from urllib2 import urlopen; open('bootstrap-obvious-ci-and-miniconda.py', 'w').write(urlopen('https://raw.githubusercontent.com/pelson/Obvious-CI/master/bootstrap-obvious-ci-and-miniconda.py').read())" - - cmd: python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %TARGET_ARCH% %CONDA_PY:~0,1% --without-obvci + - appveyor DownloadFile "https://raw.githubusercontent.com/pelson/Obvious-CI/master/bootstrap-obvious-ci-and-miniconda.py" + - cmd: python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %TARGET_ARCH% 3 --without-obvci - cmd: set CONDA_PY=%CONDA_PY% - cmd: set PATH=%PATH%;%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts - cmd: set PYTHONUNBUFFERED=1 diff --git a/cartopy/meta.yaml b/cartopy/meta.yaml index 87a7f22..67f6e5e 100644 --- a/cartopy/meta.yaml +++ b/cartopy/meta.yaml @@ -30,7 +30,7 @@ requirements: - owslib - pyshp - pyepsg - + run: - python - six