This commit is contained in:
Daniel Graña 2020-03-27 02:20:39 -03:00
parent a175b6efc3
commit 02206e5ffe
2 changed files with 7 additions and 3 deletions

View File

@ -10,10 +10,13 @@ strategy:
matrix:
Python35:
python.version: '3.5'
TOXENV: py35
Python36:
python.version: '3.6'
TOXENV: py36
Python37:
python.version: '3.7'
TOXENV: py37
steps:
- task: UsePythonVersion@0
@ -27,6 +30,6 @@ steps:
displayName: 'Install dependencies'
- script: |
pip install pytest pytest-azurepipelines
pytest
displayName: 'pytest'
pip install -U tox twine wheel codecov
tox
displayName: 'Run test suite'

View File

@ -6,6 +6,7 @@ pytest < 5.4
pytest-cov
pytest-twisted >= 1.11
pytest-xdist
pytest-azurepipelines
sybil
testfixtures