1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Add travis testing support for python 3.8 (#477)

* 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
This commit is contained in:
Josh Peak
2019-08-25 20:50:48 +10:00
committed by GitHub
parent 7caf29735a
commit c5c120e91b
4 changed files with 57 additions and 41 deletions

2
.gitignore vendored
View File

@@ -10,6 +10,8 @@ coverage.xml
htmlcov/
*.egg-info/
pytestdebug.log
pip-wheel-metadata/
.python-version
fixtures/
/docs/_build