testing: images: - infra/trusty add: - requirements.txt - test-requirements.txt prep: - pip install -U -r requirements.txt -r test-requirements.txt commands: - export PYTHONHASHSEED=$RANDOM - python setup.py testr --slowest testing:pep8: commands: - flake8 testing:cover: commands: - /bin/echo "hello"