vmImage: ubuntu-latest
python.version: '3.8'
TOXENV: py
- hasTestResults: 'true'
strategy:
matrix:
vmImage: windows-latest
Python 3.8 Mac:
vmImage: macos-latest
- PyPy 3 Linux:
- python.version: pypy3
Python 3.7 Linux:
python.version: '3.7'
Python 3.6 Linux:
python.version: '3.6'
- Python 3.5 Linux:
- python.version: '3.5'
- Python 2.7 Linux:
- python.version: '2.7'
+ PyPy 3 Linux:
+ python.version: pypy3
Docs:
TOXENV: docs
- hasTestResults: 'false'
Style:
TOXENV: style
- hasTestResults: 'false'
pool:
vmImage: $[ variables.vmImage ]