summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Update pythonpackage.ymlDominic2021-07-191-9/+4
| | | Rmv unneeded installs and testing flags (will use the flage from the config files)
* Remove docker and appveyor configuration filesSebastian Thiel2021-07-141-10/+1
| | | | | | | | These weren't used by CI nor were they regularly tested. If somebody misses something, we can bring them back of course. This cleanup was triggered with the switch to pytest, and I wanted to remove everything that was present just for nosetest.
* Update pythonpackage.ymlDominic2021-07-121-1/+1
| | | update to actions/setup-python@v1
* Update pythonpackage.ymlDominic2021-07-121-2/+3
| | | | Add 3.10.0-beta.3 to test matrix. (beta 4 out, but wouldn't install. Need to force cache emptying?)
* Add pytests argsDominic2021-07-121-9/+9
| | | Not sure it is picking up the tox.ini
* Update pythonpackage.ymlDominic2021-07-121-6/+8
| | | Move pytest before Documentation in workflow
* Merge branch 'main' into pytestDominic2021-07-121-1/+7
|\
| * Update pythonpackage.ymlDominic2021-07-121-5/+3
| | | | | | Remove nose tests
* | Update pythonpackage.ymlDominic2021-07-121-6/+0
| | | | | | Remove nose
* | Update pythonpackage.ymlDominic2021-07-121-6/+19
| | | | | | | | | | Add pytest step to workflow Add pip install setuptools and wheel Invoke mypy directly, no need for tox
* | Delete Future.ymlDominic2021-07-121-57/+0
| | | | | | Combined pytest into usual workflow
* | Update and rename test_pytest.yml to Future.ymlDominic2021-07-121-1/+3
| |
* | Update test_pytest.ymlDominic2021-07-121-1/+1
| |
* | Add files via uploadDominic2021-07-121-0/+55
|/
* Revert "Revert "Remove support for Python 3.5" - fix CI for now."Sebastian Thiel2021-06-161-2/+2
| | | | This reverts commit 820d3cc9ceda3e5690d627677883b7f9d349b326.
* Revert "Remove support for Python 3.5" - fix CI for now.Sebastian Thiel2021-06-161-2/+2
| | | | | | This reverts commit 45d1cd59d39227ee6841042eab85116a59a26d22. See #1201 which will hopefully help to get a proper fix soon.
* Merge pull request #1201 from bertwesarg/remove-py35Sebastian Thiel2021-06-161-1/+1
|\ | | | | DNM before 2021-09-05: Remove support for Python 3.5
| * Remove support for Python 3.5Bert Wesarg2021-03-131-2/+2
| |
* | ci: check types with mypyGiel van Schijndel2021-04-231-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 Thiel2021-04-171-3/+3
| | | | | | Renaming is easier, but GitHub seems to miss CI which is quite a foot/head gun
* | Create FUNDING.ymlSebastian Thiel2021-03-281-0/+1
|/ | | Allow people to say thanks.
* add python 3.9 supportyobmod2021-02-261-1/+1
|
* tools: update tool scripts after moving testsKonrad Weihmann2020-07-121-1/+1
| | | | Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-1/+1
|
* tools: update tool scripts after moving testsKonrad Weihmann2020-07-121-1/+1
| | | | Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Remove code-coverage from requirements - codecov wants way too many ↵Sebastian Thiel2020-04-111-12/+1
| | | | | | permissions… …and I don't really see the benefit given the state of this project
* See if codecov uploads workSebastian Thiel2020-04-111-0/+4
|
* Run tests right after lintingSebastian Thiel2020-04-111-5/+5
|
* Argh, is it 'nose', instead of 'nosetests' ?Sebastian Thiel2020-04-111-1/+1
|
* Try to install 'nosetests' instead of 'nosetest'Sebastian Thiel2020-04-111-0/+1
|
* maybe nosetests is already installed due to test-requirements?Sebastian Thiel2020-04-111-1/+0
|
* See if tests with nose just work like that in github actionsSebastian Thiel2020-04-111-3/+3
|
* This should make the init script work on travis and github actionsSebastian Thiel2020-04-111-1/+1
|
* Debugging for all github action scriptsSebastian Thiel2020-04-111-0/+4
|
* Remove unusable python versions from github CI configSebastian Thiel2020-04-111-1/+1
|
* Create pythonpackage.ymlSebastian Thiel2020-04-111-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.