Skip to content

Commit

Permalink
Update for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 30, 2019
1 parent 058827f commit 5375cb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sudo: false
dist: trusty
dist: xenial

language: python

python:
- 3.6
- 3.7

install:
- eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64"
Expand Down
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ export THEMIS_HOME := ./vim-themis


install: vim-themis
pip install pynvim --upgrade
pip install pytest --upgrade
pip install flake8 --upgrade
pip install mypy --upgrade
pip install vim-vint --upgrade
pip install --upgrade -r test/requirements.txt

lint:
vint --version
Expand Down
5 changes: 5 additions & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pynvim
pytest
flake8
mypy
vim-vint

0 comments on commit 5375cb6

Please sign in to comment.