buildspec.yaml (10 lines of code) (raw):

version: 0.2 phases: install: commands: - apt-get update - apt-get install -y python3-pip - pip install --upgrade tox build: commands: - tox -v