.travis.yml: pip install '--user' flag is only used with matrix/stage

This commit is contained in:
sommersoft 2019-05-02 22:12:09 -05:00
parent 65254c8fb0
commit 7e0e0eeea7

View file

@ -8,7 +8,7 @@ language: python
python: "3.6"
install:
- pip install --user -r adabot/requirements.txt
- pip install -r adabot/requirements.txt
script:
- cd adabot