1
0
forked from VimPlug/jedi

Remove Python 3.9 dev build from travis, it's not needed

This commit is contained in:
Dave Halter
2019-11-27 20:50:29 +01:00
parent e1d840c89b
commit facd21afc6

View File

@@ -25,9 +25,10 @@ matrix:
# For now ignore pypy, there are so many issues that we don't really need
# to run it.
#- python: pypy
- python: 3.9-dev
env:
- JEDI_TEST_ENVIRONMENT=38
# The 3.9 dev build does not seem to be available end 2019.
#- python: 3.9-dev
# env:
# - JEDI_TEST_ENVIRONMENT=38
install:
- pip install --quiet tox-travis
script: