diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-12-07 14:16:26 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-12-08 08:02:07 -0700 |
commit | badf2901ea040aa89dbb3c19e53c6b1b692cb489 (patch) | |
tree | fbfa204a1e969fd5e2a6090cb1ee00f0ff8bf944 /.travis.yml | |
parent | f07a38da97a6a36eb12b203f6c1ffa4bf2b2cb87 (diff) | |
download | numpy-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 '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 491fcefea..ae3cf26dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,6 @@ env: ahp7Qnm0rWRmA0z9SomuRUQOJQ6s684vU=" python: - - 2.7 - 3.5 - 3.6 matrix: @@ -63,8 +62,6 @@ matrix: - python3-setuptools - python: 3.6 env: USE_WHEEL=1 RUN_FULL_TESTS=1 RUN_COVERAGE=1 INSTALL_PICKLE5=1 - - python: 2.7 - env: USE_WHEEL=1 RUN_FULL_TESTS=1 PYTHON_OPTS="-3 -OO" - python: 3.6 env: USE_SDIST=1 - python: 3.6 |