dox/dox.yml

20 lines
348 B
YAML

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"