forked from VimPlug/jedi
travis: add support for Python 3.6 and use tox-travis
This commit is contained in:
28
.travis.yml
28
.travis.yml
@@ -1,23 +1,25 @@
|
|||||||
language: python
|
language: python
|
||||||
python: 3.5
|
|
||||||
sudo: false
|
sudo: false
|
||||||
env:
|
python:
|
||||||
- TOXENV=py26
|
- 2.6
|
||||||
- TOXENV=py27
|
- 2.7
|
||||||
- TOXENV=py33
|
- 3.3
|
||||||
- TOXENV=py34
|
- 3.4
|
||||||
- TOXENV=py35
|
- 3.5
|
||||||
- TOXENV=pypy
|
- 3.6
|
||||||
- TOXENV=cov
|
- pypy
|
||||||
- TOXENV=sith
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- python: pypy
|
||||||
- env: TOXENV=cov
|
- env: TOXENV=cov
|
||||||
- env: TOXENV=sith
|
- env: TOXENV=sith
|
||||||
- env: TOXENV=pypy
|
include:
|
||||||
python: 3.5
|
- python: 3.5
|
||||||
|
env: TOXENV=cov
|
||||||
|
- python: 3.5
|
||||||
|
env: TOXENV=sith
|
||||||
install:
|
install:
|
||||||
- pip install --quiet tox
|
- pip install --quiet tox-travis
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
after_script:
|
after_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user