Use the released version of Python 3.8 on Travis

Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
Gábor Lipták 2019-11-17 10:14:04 -05:00
parent 50b34dd727
commit a50b381e6f
No known key found for this signature in database
GPG Key ID: 8551785584B8BFFD
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- 3.8-dev
- "3.8"
- pypy3.5-6.0
install:
- pip install -r requirements-travis.txt