Skip to content

Commit

Permalink
ci: Travis: use install
Browse files Browse the repository at this point in the history
Fixes a warning/msg:

> Could not locate requirements.txt. Override the install: key in your
> .travis.yml to install dependencies.
  • Loading branch information
blueyed committed Jan 10, 2020
1 parent 4793be0 commit 6933a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python:
- 3.5
- 3.6
- 3.7
before_install:
install:
- if [ $CI_TARGET = tests ]; then
eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64";
pip install -q scrutinizer-ocular tox-travis;
Expand Down

0 comments on commit 6933a94

Please sign in to comment.