Use python 3.8 instead of python 3.8-dev in travis. Fixes #1856

This commit is contained in:
Fabio Zadrozny 2019-10-22 11:06:17 -03:00
parent c22400bcf7
commit d01300a915
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
- "3.8"
stages:
- lint

View file

@ -65,7 +65,7 @@ matrix:
- PYDEVD_USE_CYTHON=YES
- PYDEVD_TEST_VM=CPYTHON
- python: 3.8-dev
- python: 3.8
env:
- PYDEVD_PYTHON_VERSION=3.8
- PYDEVD_USE_CYTHON=YES