Files
jedi-vim-fork/.travis.yml
2017-10-19 09:20:43 +02:00

19 lines
284 B
YAML

sudo: false
language: python3.6
env:
matrix:
- ENV=test
- ENV=check
matrix:
allow_failures:
# Needs to be fixed!
- env: ENV=test
install:
- |
if [ "$ENV" = "test" ]; then
python3.6 -m pip install pytest
fi
script:
- vim --version
- make "$ENV"