Verified Commit 1490fd84 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

CI: Install pytest

parent bdbb5766
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
image: python:3.7
image: python:3.7


before_script:
before_script:
    - pip3 install --user mypy
    - pip3 install --user mypy pytest
    - export "PATH=$HOME/.local/bin:$PATH"
    - export "PATH=$HOME/.local/bin:$PATH"


typecheck:
typecheck: