mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-20 07:19:40 +08:00
Add 3.7 to to travis config
This commit is contained in:
+3
-2
@@ -5,12 +5,14 @@ python:
|
|||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
|
- 3.7
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- JEDI_TEST_ENVIRONMENT=27
|
- JEDI_TEST_ENVIRONMENT=27
|
||||||
- JEDI_TEST_ENVIRONMENT=34
|
- JEDI_TEST_ENVIRONMENT=34
|
||||||
- JEDI_TEST_ENVIRONMENT=35
|
- JEDI_TEST_ENVIRONMENT=35
|
||||||
- JEDI_TEST_ENVIRONMENT=36
|
- JEDI_TEST_ENVIRONMENT=36
|
||||||
|
- JEDI_TEST_ENVIRONMENT=37
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@@ -22,7 +24,6 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- python: pypy
|
- python: pypy
|
||||||
- env: TOXENV=sith
|
- env: TOXENV=sith
|
||||||
- python: 3.7-dev
|
|
||||||
include:
|
include:
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env:
|
env:
|
||||||
@@ -33,7 +34,7 @@ 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.7-dev"
|
- python: "nightly"
|
||||||
before_install:
|
before_install:
|
||||||
- ./travis_install.sh
|
- ./travis_install.sh
|
||||||
# Need to add the path to the Python versions in the end. This might add
|
# Need to add the path to the Python versions in the end. This might add
|
||||||
|
|||||||
Reference in New Issue
Block a user