remove travis, switch to github actions

This commit is contained in:
collerek
2020-11-20 12:55:56 +01:00
parent 39e7deb249
commit 9cf19fe228

View File

@ -54,14 +54,14 @@ jobs:
env: env:
DATABASE_URL: "sqlite:///testsuite" DATABASE_URL: "sqlite:///testsuite"
run: bash scripts/test.sh run: bash scripts/test.sh
- name: Run mysql
env:
DATABASE_URL: "mysql://username:password@localhost:3306/testsuite"
run: bash scripts/test.sh
- name: Run postgres - name: Run postgres
env: env:
DATABASE_URL: "postgresql://username:password@localhost:5432/testsuite" DATABASE_URL: "postgresql://username:password@localhost:5432/testsuite"
run: bash scripts/test.sh run: bash scripts/test.sh
- name: Run mysql
env:
DATABASE_URL: "mysql://username:password@localhost:3306/testsuite"
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
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1