summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Generates TAP.Matěj Cepl2023-03-171-3/+3
| | | | Not sure how important it is, but it looks neat.
* Upload generated wheels to PyPI.Matěj Cepl2023-02-041-1/+12
| | | | Fixes #263, #238
* Allow failing of Python 2.7 tests.Matěj Cepl2023-02-021-4/+6
|
* Don't bother with generating .exe and .msi packages.Matěj Cepl2023-02-021-1/+1
|
* Use more recent versions of PythonMatěj Cepl2023-02-021-50/+28
|
* Fix running testsMatěj Cepl2023-02-021-28/+45
|
* Limit AppVeyor to build only for master and windows branch.Matěj Cepl2023-02-021-0/+5
|
* Make Windows tests working again.Matěj Cepl2023-02-021-4/+3
| | | | Fixes #315
* Remove the last use of setup.py test idiom.Matěj Cepl2021-06-141-1/+1
|
* Use the latest WinOpenSSLMatěj Cepl2021-04-181-2/+2
|
* Use current verison of WinOpenSSLMatěj Cepl2021-02-221-5/+5
|
* Bump Windows OpenSSL versionMatěj Cepl2020-12-171-2/+2
|
* Update appveyor.ymlMatěj Cepl2020-11-091-2/+2
|
* Add appveyor builds for python 3.7 and 3.8Daniel A. Wozniak2020-05-221-4/+37
|
* Make tests pass again.Matěj Cepl2019-11-241-2/+2
| | | | | 1. Python 2.6 needs bundled-in typing module 2. Update Windows OpenSSL version.
* Use more recent version of OpenSSL on WindowsMatěj Cepl2019-05-301-2/+2
|
* Bump pipeline OpenSSL from 1.1.0i to 1.1.0j-2019-02-151-2/+2
| | | | | | | | Commits effc7be2 and 35bb71b3, despite passing tests, fail continuous integration because the previous OpenSSL version has been removed from its distributor's website: "Install OpenSSL 1.1.0 32bit" curl -o "c:\\%X86_OPENSSL_INSTALLER%" -fsSL "https://slproweb.com/download/%X86_OPENSSL_INSTALLER%" curl: (22) The requested URL returned error: 404 Not Found Command exited with code 22
* Add more 3.5 to appveyor buildsDaniel Wozniak2018-10-031-0/+15
|
* Use variables for installer nameDaniel Wozniak2018-09-211-4/+6
|
* Fail when curl gets a non 200 responseDaniel Wozniak2018-09-051-5/+5
|
* Don't support Python 2.6 on Windows anymore.Matěj Cepl2018-04-181-14/+0
| | | | | | Python on Windows is not part of the system, so it should be more simple for admins to just upgrade to Python 2.7 (which will be hopefully supported by M2Crypto at least until the EOL of Python 2.7 upstream).
* Update Windows version of OpenSSL we use.Matěj Cepl2018-04-121-4/+4
|
* Generate better set of binaries for WindowsMatěj Cepl2018-02-281-17/+13
| | | | | | | Also, include (optionally, default off) openssl DLLs in win32 binary builds. Fixes #202
* Add a customized Appveyor configAlex Willmer2018-02-221-0/+152
- Build only for Python 2.6, 2.7 32-bit & 2.7 64-bit - Install SWIG and OpenSSL - Pass OpenSSL install dir to `setup.py` - Don't use nose for tests - Build an .msi package in addition to .whl & .exe Using source from https://github.com/ogrisel/python-appveyor-demo/tree/340c8ed5c954b337cbc430897857d02b003cbf7f License: CC0 1.0 Universal