Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: KonanAI <[email protected]>
  • Loading branch information
konan-ai authored Jul 14, 2023
1 parent 6d7c16b commit 1153a2e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- "3.10"

install:
- pip install pytest pytest-cov codecov

script:
- pytest --doctest-modules --cov-report term-missing --cov-branch --cov-append --cov=./src

after_success:
- codecov

0 comments on commit 1153a2e

Please sign in to comment.