grim/envconfig2

Update urls for the new host
draft default tip
2020-04-27, Gary Kramlich
b6a64b09809e
Update urls for the new host
image: python:3
pipelines:
default:
- step:
script:
- set -ex
- find . -type f -iname "*.pyc" -exec rm -f {} \; || true
- find . -type d -iname __pycache__ -exec rm -rf {} \; || true
- pip install -r dev-requirements.txt
- flake8
- PYTHONPATH=$(pwd) py.test --color=auto --cov=envconfig2 --cov-report=term-missing tests