mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +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:
|
||||
- pip install .
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements.pip
|
||||
|
||||
script: python3 tests/runtests.py --query=test_core
|
||||
|
|
Loading…
Reference in a new issue