Skip to content

Commit

Permalink
Ref #38 Switch test mechanism
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
  • Loading branch information
kkazmierczyk committed Dec 23, 2024
1 parent 42d48a1 commit d88d23f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
language: python
python:
- "3.9"
install:
before_install: install:
- pip install -r requirements.txt
- pip install -U pytest
- pip install codecov
install:
- pip install .
env:
global:
- PYTHONPATH=src:test
script:
- make test
- pytest
after_success:
- codecov

0 comments on commit d88d23f

Please sign in to comment.