Update CI

This commit is contained in:
Eugenio Lacuesta 2020-12-11 15:26:20 -03:00
parent b7337e9143
commit ccd78a710b
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
2 changed files with 12 additions and 10 deletions

View File

@ -39,6 +39,10 @@ jobs:
python-version: 3.8
env:
TOXENV: py
- os: ubuntu-18.04
python-version: pypy3
env:
TOXENV: pypy3
# windows tests
- os: windows-latest
@ -51,14 +55,14 @@ 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: 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:

View File

@ -10,8 +10,6 @@ matrix:
- env: TOXENV=pypy3-pinned PYPY_VERSION=3.6-v7.2.0
- env: TOXENV=pypy3 PYPY_VERSION=3.6-v7.3.1
- env: TOXENV=py PYPI_RELEASE_JOB=true
python: 3.8
dist: bionic