mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-26 05:30:20 +00:00
Merge pull request #415 from andy-maier/andy/test-install
Verified correct installation of plexapi in Travis
This commit is contained in:
commit
ddcc6dca5c
1 changed files with 3 additions and 1 deletions
|
@ -23,8 +23,10 @@ env:
|
|||
before_install:
|
||||
- pip install --upgrade pip
|
||||
- pip install --upgrade setuptools
|
||||
- pip install --upgrade pytest pytest-cov coveralls
|
||||
install:
|
||||
- pip install .
|
||||
- python -c "import plexapi; print('installation ok')"
|
||||
- pip install --upgrade pytest pytest-cov coveralls
|
||||
- pip install -r requirements_dev.txt
|
||||
- '[ -z "${PLEXAPI_AUTH_MYPLEX_USERNAME}" ] && PYTHONPATH="$PWD:$PYTHONPATH" python -u tools/plex-bootstraptest.py
|
||||
--destination plex --advertise-ip=127.0.0.1 --bootstrap-timeout 540 --docker-tag $PLEX_CONTAINER_TAG --unclaimed ||
|
||||
|
|
Loading…
Reference in a new issue