#!/bin/sh

set -ex

pipenv clean
pipenv sync --dev
pipenv run pytest --doctest-modules
pipenv run pylint --disable=fixme symuid tests