| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
|
|
| |
* Drop Python 3.4 testing on travis and appveyor.
* Move the DEBUG build to 3.5.
* Document dropping 3.4 support in the release notes.
|
|
|
|
|
| |
Add testing with Python 3.7 to both appveyor and travis.
|
|
|
|
| |
The .appveyor.yml expects this file to exist, but pytest does not output it by default.
|
| |
|
|
|
|
|
| |
For the time being, these tests will ignore the flood of deprecated
yield test warnings. Fixing those is for another PR.
|
| |
|
| |
|
|
AppVeyor supports dot-file-style YAML named ``.appveyor.yml``:
- https://www.appveyor.com/docs/build-configuration/#yaml-file-alternative-naming
The Travis CI config is already a dot-file.
|