summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Test current versions of PythonPierre Ossman2022-12-161-0/+2
|
* Switch to nose2 for testsPierre Ossman2022-12-161-1/+1
| | | | | The original nosetests is long abandoned, and doesn't work properly on newer versions of Python.
* Explicitly install dependenciesPierre Ossman2022-12-161-1/+4
| | | | | It is very buggy if we let setuptools do it for some reason, so have this as an explicit step instead.
* Remove setuptools version restrictionPierre Ossman2021-02-081-1/+1
| | | | We're fine with current versions now.
* Use older numpy for older Python versionsPierre Ossman2021-02-081-0/+4
| | | | The latest version refuses to run on anything older than Python 3.7.
* Run all tests even on failurePierre Ossman2021-02-081-0/+1
| | | | | Issues might be specific to certain versions of Python, so let all tests run.
* Use Ubuntu 18.04 for testsPierre Ossman2021-02-081-1/+1
| | | | | We want to test on Python 3.4, which requires us to use an older Ubuntu image for tests.
* Replace Travis with Github actionsPierre Ossman2021-02-081-0/+30