Enable test envs with pinned dependencies

This commit is contained in:
Eugenio Lacuesta 2020-12-14 14:50:23 -03:00
parent 93f079a1ab
commit a5088c4e20
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 17 additions and 17 deletions

View File

@ -56,23 +56,23 @@ jobs:
TOXENV: py
# pinned deps
# - os: ubuntu-18.04
# python-version: 3.6.12
# env:
# TOXENV: pinned
# - os: ubuntu-18.04
# python-version: 3.6.12
# env:
# TOXENV: asyncio-pinned
# - os: windows-latest
# python-version: 3.6
# env:
# TOXENV: windows-pinned
# - os: ubuntu-18.04
# python-version: pypy3
# env:
# TOXENV: pypy3-pinned
# PYPY_VERSION: 3.6-v7.2.0
- os: ubuntu-18.04
python-version: 3.6.12
env:
TOXENV: pinned
- os: ubuntu-18.04
python-version: 3.6.12
env:
TOXENV: asyncio-pinned
- os: windows-latest
python-version: 3.6
env:
TOXENV: windows-pinned
- os: ubuntu-18.04
python-version: pypy3
env:
TOXENV: pypy3-pinned
PYPY_VERSION: 3.6-v7.2.0
# extras
- os: ubuntu-18.04