summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* 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.