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 # For now ignore pypy, there are so many issues that we don't really need
# to run it. # to run it.
#- python: pypy #- python: pypy
- python: 3.9-dev # The 3.9 dev build does not seem to be available end 2019.
env: #- python: 3.9-dev
- JEDI_TEST_ENVIRONMENT=38 # env:
# - JEDI_TEST_ENVIRONMENT=38
install: install:
- pip install --quiet tox-travis - pip install --quiet tox-travis
script: script: