Skip to content

Commit 6933a94

Browse files
committed
ci: Travis: use install
Fixes a warning/msg: > Could not locate requirements.txt. Override the install: key in your > .travis.yml to install dependencies.
1 parent 4793be0 commit 6933a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python:
2020
- 3.5
2121
- 3.6
2222
- 3.7
23-
before_install:
23+
install:
2424
- if [ $CI_TARGET = tests ]; then
2525
eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64";
2626
pip install -q scrutinizer-ocular tox-travis;

0 commit comments

Comments
 (0)