diff --git a/.appveyor.yml b/.appveyor.yml index 93b1cf942..866b5ec21 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,7 +5,7 @@ environment: PACKAGES: "cython numpy matplotlib-base proj4 pykdtree scipy" - PYTHON_VERSION: "2.7" CONDA_INSTALL_LOCN: "C:\\Miniconda-x64" - PACKAGES: "cython numpy=1.10.0 matplotlib=1.5.1 nose proj4=4.9.1 scipy=0.16.0 mock msinttypes futures" + PACKAGES: "cython=0.28 numpy=1.10.0 matplotlib=1.5.1 nose proj4=4.9.1 scipy=0.16.0 mock msinttypes futures" install: # Install miniconda diff --git a/.travis.yml b/.travis.yml index 2403f82ba..2fc61de8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ env: # These ancient versions are linked to an old libgfortran, but that version # isn't pinned in the package metadata - PYTHON_VERSION=2.7 - PACKAGES="cython=0.* numpy=1.10.0 matplotlib=1.5.1 nose proj4=4.9.1 scipy=0.16.0 libgfortran=1 mock futures" + PACKAGES="cython=0.28 numpy=1.10.0 matplotlib=1.5.1 nose proj4=4.9.1 scipy=0.16.0 libgfortran=1 mock futures" - PYTHON_VERSION=3.5 - PACKAGES="cython=0.* numpy=1.10.0 matplotlib=1.5.1 nose proj4=4.9.1 scipy=0.16.0 libgfortran=1" + PACKAGES="cython=0.28 numpy=1.10.0 matplotlib=1.5.1 nose proj4=4.9.1 scipy=0.16.0 libgfortran=1" PYTHONHASHSEED=0 # So pytest-xdist works. - NAME="Latest everything." PYTHON_VERSION=3.6