We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31e94db + 1751dba commit ddcc6dcCopy full SHA for ddcc6dc
.travis.yml
@@ -23,8 +23,10 @@ env:
23
before_install:
24
- pip install --upgrade pip
25
- pip install --upgrade setuptools
26
- - pip install --upgrade pytest pytest-cov coveralls
27
install:
+ - pip install .
28
+ - python -c "import plexapi; print('installation ok')"
29
+ - pip install --upgrade pytest pytest-cov coveralls
30
- pip install -r requirements_dev.txt
31
- '[ -z "${PLEXAPI_AUTH_MYPLEX_USERNAME}" ] && PYTHONPATH="$PWD:$PYTHONPATH" python -u tools/plex-bootstraptest.py
32
--destination plex --advertise-ip=127.0.0.1 --bootstrap-timeout 540 --docker-tag $PLEX_CONTAINER_TAG --unclaimed ||
0 commit comments