mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
* Add travis testing support for python 3.8 * Use Xenial for all * Simplify matrix * Consistent indents * Add py38 to tox and update contributing guide for how to use pyenv * Fix travis spec to allow 3.8-dev to fail and tox should pass 90% coverage for full suite
18 lines
173 B
Plaintext
18 lines
173 B
Plaintext
*.pyc
|
|
.tox
|
|
.cache
|
|
.pytest_cache/
|
|
build/
|
|
dist/
|
|
*.egg/
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
*.egg-info/
|
|
pytestdebug.log
|
|
pip-wheel-metadata/
|
|
.python-version
|
|
|
|
fixtures/
|
|
/docs/_build
|