| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* 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.
|