dist: bionic language: python python: - "3.6" - "3.7" - "3.8" install: - "pip install pipenv --upgrade-strategy=only-if-needed" - "pipenv install --dev" script: pytest # vim: ts=2 sw=2 et