| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #1201 from bertwesarg/remove-py35 | Sebastian Thiel | 2021-06-16 | 1 | -1/+1 | |
| |\ | | | | | DNM before 2021-09-05: Remove support for Python 3.5 | |||||
| | * | Remove support for Python 3.5 | Bert Wesarg | 2021-03-13 | 1 | -2/+2 | |
| | | | ||||||
| * | | ci: check types with mypy | Giel van Schijndel | 2021-04-23 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This will result in _partial_ type checking of the type annotations by using mypy. Keep in mind though that mypy is performing _static_ analysis in a _dynamic_ language so it can only partially check for correctness. Some other tool(s) will be needed to have more complete type checking at runtime. E.g. [typeguard]. [typeguard]: https://pypi.org/project/typeguard/ | |||||
| * | | Restore CI operation | Sebastian Thiel | 2021-04-17 | 1 | -3/+3 | |
| |/ | | | Renaming is easier, but GitHub seems to miss CI which is quite a foot/head gun | |||||
| * | add python 3.9 support | yobmod | 2021-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | tools: update tool scripts after moving tests | Konrad Weihmann | 2020-07-12 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> | |||||
| * | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | tools: update tool scripts after moving tests | Konrad Weihmann | 2020-07-12 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> | |||||
| * | Remove code-coverage from requirements - codecov wants way too many ↵ | Sebastian Thiel | 2020-04-11 | 1 | -12/+1 | |
| | | | | | | | permissions… …and I don't really see the benefit given the state of this project | |||||
| * | See if codecov uploads work | Sebastian Thiel | 2020-04-11 | 1 | -0/+4 | |
| | | ||||||
| * | Run tests right after linting | Sebastian Thiel | 2020-04-11 | 1 | -5/+5 | |
| | | ||||||
| * | Argh, is it 'nose', instead of 'nosetests' ? | Sebastian Thiel | 2020-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | Try to install 'nosetests' instead of 'nosetest' | Sebastian Thiel | 2020-04-11 | 1 | -0/+1 | |
| | | ||||||
| * | maybe nosetests is already installed due to test-requirements? | Sebastian Thiel | 2020-04-11 | 1 | -1/+0 | |
| | | ||||||
| * | See if tests with nose just work like that in github actions | Sebastian Thiel | 2020-04-11 | 1 | -3/+3 | |
| | | ||||||
| * | This should make the init script work on travis and github actions | Sebastian Thiel | 2020-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | Debugging for all github action scripts | Sebastian Thiel | 2020-04-11 | 1 | -0/+4 | |
| | | ||||||
| * | Remove unusable python versions from github CI config | Sebastian Thiel | 2020-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | Create pythonpackage.yml | Sebastian Thiel | 2020-04-11 | 1 | -0/+62 | |
| See if we can get away from Travis, as github actions is faster and easier to use and…works much better in China. | ||||||
