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 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: