mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-11 06:34:12 +00:00
11 lines
163 B
YAML
11 lines
163 B
YAML
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.5"
|
|
|
|
install:
|
|
- pip install .
|
|
- pip install -r requirements.pip
|
|
|
|
script: python3 tests/runtests.py --query=test_core
|