Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Fix AppVeyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 11, 2015
1 parent 9e84c11 commit 2795313
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cartopy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requirements:
- owslib
- pyshp
- pyepsg

run:
- python
- six
Expand Down
6 changes: 6 additions & 0 deletions scripts/run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,17 @@ echo "$config" > ~/.condarc
# A lock sometimes occurs with incomplete builds. The lock file is stored in build_artefacts.
conda clean --lock
conda update --yes --all
conda install --yes anaconda-client
conda info
unset LANG
yum install -y expat-devel git autoconf libtool texinfo check-devel
obvci_conda_build_dir.py /conda-recipes $UPLOAD_OWNER --build-condition "numpy >=1.8" "python >=2.7,<3|>=3.4,<3.5"
EOF

0 comments on commit 2795313

Please sign in to comment.