summaryrefslogtreecommitdiff
path: root/dev-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of parameterized in favour of unittest.subTest.Matěj Cepl2023-02-011-1/+0
| | | | Fixes #327.
* Fix main.ymlMatěj Cepl2021-01-141-0/+1
| | | | | | Perhaps unittest is enough, after all Fixes #288
* Replace deprecated PyObject_AsReadBuffer with our own shim.Matěj Cepl2020-12-081-0/+4
| | | | Fixes #281.
* Some distros don't distribute parameterizedMatěj Cepl2020-12-071-1/+2
|
* Add a customized Appveyor configAlex Willmer2018-02-221-0/+2
- 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