summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-12-07 14:16:26 -0700
committerCharles Harris <charlesr.harris@gmail.com>2018-12-08 08:02:07 -0700
commitbadf2901ea040aa89dbb3c19e53c6b1b692cb489 (patch)
treefbfa204a1e969fd5e2a6090cb1ee00f0ff8bf944 /.appveyor.yml
parentf07a38da97a6a36eb12b203f6c1ffa4bf2b2cb87 (diff)
downloadnumpy-badf2901ea040aa89dbb3c19e53c6b1b692cb489.tar.gz
MAINT: Prepare master for 1.17.0 development.
- Create 1.17.0-notes - Update index.rst for new notes - Update pavement.py - Update setup.py - Remove Python 2.7 and 3.4 from CI testing. - Add `# cython: language_level=3` to `*.pxd`, `*.pyx` files. Note that this removes support for both Python2.7 and Python3.4 in setup.py.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 01440c6a0..079496d93 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,11 +30,6 @@ environment:
PYTHON_ARCH: 32
TEST_MODE: fast
- - PYTHON: C:\Python27-x64
- PYTHON_VERSION: 2.7
- PYTHON_ARCH: 64
- TEST_MODE: fast
-
- PYTHON: C:\Python36-x64
PYTHON_VERSION: 3.6
PYTHON_ARCH: 64
@@ -91,7 +86,7 @@ install:
$clnt.DownloadFile($env:OPENBLAS, $file)
Get-FileHash $file | Format-List
- Expand-Archive $file $tmpdir
+ Expand-Archive $file $tmpdir
rm $tmpdir\$env:PYTHON_ARCH\lib\*.dll.a
$lib = ls $tmpdir\$env:PYTHON_ARCH\lib\*.a | ForEach { ls $_ } | Select-Object -first 1