forked from VimPlug/jedi
Seems necessary to explicitly specify python3.5: https://github.com/travis-ci/travis-ci/issues/4794
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
language: python
|
language: python
|
||||||
|
python: 3.5
|
||||||
sudo: false
|
sudo: false
|
||||||
env:
|
env:
|
||||||
- TOXENV=py26
|
- TOXENV=py26
|
||||||
@@ -15,8 +16,9 @@ matrix:
|
|||||||
- env: TOXENV=cov
|
- env: TOXENV=cov
|
||||||
- env: TOXENV=sith
|
- env: TOXENV=sith
|
||||||
- env: TOXENV=pypy
|
- env: TOXENV=pypy
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --quiet --use-mirrors tox
|
- pip install tox
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
after_script:
|
after_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user