summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add preliminary support for Python 3.12 as of 3.12a5. (#96)Michael Howitz2023-03-061-0/+3
|
* Config with c code template 831a34f5 (#91)Michael Howitz2022-12-231-3/+0
| | | * Drop support for Python 2.7, 3.5, 3.6.
* - Add support for building arm64 wheels on macOS.Jens Vagelpohl2022-11-131-8/+0
|
* - prepare release 5.5Jens Vagelpohl2022-11-061-4/+2
|
* Add support for Python 3.11Michael Howitz2022-04-221-0/+4
|
* Configuring for c-codeMichael Howitz2021-11-231-0/+2
|
* Configuring for c-codeMichael Howitz2021-08-301-24/+18
|
* Use a token for twine uploads from AppveyorMarius Gedminas2021-06-161-2/+5
|
* Add Python 3.8 to appveyor.ymlappveyor-py38Marius Gedminas2019-11-101-1/+10
|
* Update to current Python versions. (#61)Michael Howitz2019-04-061-3/+1
| | | | Additionally we have to pin an older `Sphinx` version to keep supporting Python 2.
* Add Python 3.7 supportMarius Gedminas2018-08-081-0/+2
|
* Build and upload Windows wheels in AppveyorMarius Gedminas2017-09-211-9/+24
| | | | Fixes #46.
* Switch to modern 'coverage' environment and run doctests on all versionsJason Madden2017-09-071-2/+0
| | | | | | | | | | | | | | Based on #29. Drop Python 3.3. Enable coveralls on Travis CI, and also fix using interpreters that aren't there in the new default 'trusty' image. Coverage is not at 100% and in fact appears to have dropped (I show 92% in one run, vs the previous reported 97%), but that's because `coverage` and coveralls report files that aren't even imported (we have a lot of those in the 'tests' package)...nosetests didn't.
* Attempt to fix appveyor failing with AttributeError: '_NamespacePath' ↵issue27Jason Madden2017-08-301-4/+6
| | | | object has no attribute 'sort' on 3.5/3.6
* Another crack at fixing the Python 3 namespace issues on appveyorissue20Jason Madden2017-04-241-1/+2
|
* Fix iteration of BTrees.items() in pure-python; and 3.6 supportJason Madden2017-04-241-2/+9
| | | | | | | | | | | | | | | Also fix ``list(proxy_btree.items())`` (or a list comprehension of the same) in Python 3, which wants the ``__len__`` for a hint. This is a central place to make sure these all behave consistently. Fixes #20 Also drop pypy3 As a 3.2 implementation, it's not supported by pip anymore. There is a much more recent version, 3.5-beta, but it's not on Travis yet. The 3.3-alpha which is on Travis is a dead end.
* Appveyor: enable pure-Python buildsfix-win64-maybeMarius Gedminas2016-06-061-0/+2
|
* Enable Appveyor CIMarius Gedminas2016-06-061-0/+24