Fix pypy and change python version for coverage job to 3.8

This commit is contained in:
Roman Mogylatov 2020-07-27 23:05:39 -04:00
parent 0152fa2152
commit 7f72f1068b
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ dist: xenial
language: python
jobs:
include:
- python: 3.6
- python: 3.8
env: TOXENV=coveralls DEPENDENCY_INJECTOR_DEBUG_MODE=1
install:
- pip install tox

View File

@ -41,6 +41,9 @@ extras=
flask
[testenv:pypy]
extras=
yaml
flask
commands=
unit2 discover -s tests/unit -p test_*_py2_py3.py