mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 21:08:27 +00:00
Fix path to requirements
This commit is contained in:
parent
f97b7762d0
commit
ab8734736f
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ python:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install .
|
- pip install .
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.pip
|
||||||
|
|
||||||
script: python3 tests/runtests.py --query=test_core
|
script: python3 tests/runtests.py --query=test_core
|
||||||
|
|
Loading…
Add table
Reference in a new issue