grim/envconfig2

Update the docs for the change to url's

2017-08-30, Gary Kramlich
5ed88b4cd1bf
Update the docs for the change to url's
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