mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-19 13:47:59 +08:00
FIX: install on python 3.7 (#971)
* FIX: install on python 3.7 https://github.com/python/cpython/pull/46 / https://bugs.python.org/issue29463 move the module comment into the AST node and hence out of the tree which means the 2nd entry in the tree is now the import rather than the `__version__` string. Adds nightly on travis. * BLD: update python tags in setup.py * CI: switch to 3.7-dev * CI: allow failure on 3.7 dev
This commit is contained in:
committed by
Dave Halter
parent
e783611030
commit
22c97b0917
+3
-1
@@ -8,11 +8,14 @@ python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
- pypy
|
||||
- "3.7-dev"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: pypy
|
||||
- env: TOXENV=cov
|
||||
- env: TOXENV=sith
|
||||
- python: 3.7-dev
|
||||
include:
|
||||
- python: 3.5
|
||||
env: TOXENV=cov
|
||||
@@ -27,4 +30,3 @@ after_script:
|
||||
pip install --quiet coveralls;
|
||||
coveralls;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user