remove travis, switch to github actions

This commit is contained in:
collerek
2020-11-20 11:49:15 +01:00
parent 69137da2d5
commit 36a5ef8ad4

View File

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