# This image comes with: # - ubuntu:focal (what IA infrastructure runs circa 2021) # - python3 dev setup # - pipenv image: "bnewbold/fatcat-test-base:focal" before_script: - pipenv --version variables: LC_ALL: "C.UTF-8" LANG: "C.UTF-8" PIPENV_VENV_IN_PROJECT: "true" test_python: script: - pipenv install --dev --deploy - make test - make lint