1
0
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:
Claude
2016-02-10 16:53:37 +01:00
parent 04524cd63c
commit 3a36bb3a36

View File

@@ -1,4 +1,5 @@
language: python
python: 3.5
sudo: false
env:
- TOXENV=py26
@@ -15,8 +16,9 @@ matrix:
- env: TOXENV=cov
- env: TOXENV=sith
- env: TOXENV=pypy
install:
- pip install --quiet --use-mirrors tox
- pip install tox
script:
- tox
after_script: