Conditional pip install requirements

This commit is contained in:
Dmitri Bogomolov 2020-10-26 17:33:28 +02:00
parent bdd21a7994
commit 755d568906
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -25,8 +25,9 @@ jobs:
env:
- PATH=/c/Python27:/c/Python27/Scripts:$PATH
install:
- pip install -r requirements.txt
- ln -s src pybitmessage # tests environment
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
pip install -r requirements.txt;
fi
- python setup.py install
script:
- python checkdeps.py