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:
parent
50b34dd727
commit
a50b381e6f
@ -5,7 +5,7 @@ python:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- 3.8-dev
|
- "3.8"
|
||||||
- pypy3.5-6.0
|
- pypy3.5-6.0
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements-travis.txt
|
- pip install -r requirements-travis.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user