fix tests

fix tests broken by lack of certs
- pytest.ini provides environment variables that load tests/test_certs
This commit is contained in:
Brian Martin 2019-06-07 02:00:42 -04:00
parent d1dffcff0e
commit 422a28cd8d
13 changed files with 134 additions and 28 deletions

View file

@ -9,7 +9,7 @@ install:
- pip install pipenv
- pipenv install --dev
script: pipenv run python -m pytest --cov=./
script: pipenv run python -m pytest --cov=./ tests
after_success:
- codecov