.travis.yml: pip install '--user' flag is only used with matrix/stage
This commit is contained in:
parent
65254c8fb0
commit
7e0e0eeea7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ language: python
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --user -r adabot/requirements.txt
|
- pip install -r adabot/requirements.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd adabot
|
- cd adabot
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue