remove travis, switch to github actions

This commit is contained in:
collerek
2020-11-20 13:02:59 +01:00
parent 9cf19fe228
commit d61c7b4b1a

View File

@ -60,7 +60,7 @@ jobs:
run: bash scripts/test.sh run: bash scripts/test.sh
- name: Run mysql - name: Run mysql
env: env:
DATABASE_URL: "mysql://username:password@localhost:3306/testsuite" DATABASE_URL: "mysql://username:password@127.0.0.1:3306/testsuite"
run: bash scripts/test.sh run: bash scripts/test.sh
- run: mypy --config-file mypy.ini ormar tests - run: mypy --config-file mypy.ini ormar tests
- name: Upload coverage - name: Upload coverage