mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
11 lines
162 B
YAML
11 lines
162 B
YAML
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.5"
|
|
|
|
install:
|
|
- pip install .
|
|
- pip install -r requirements.pip
|
|
|
|
script: python tests/runtests.py --query=test_core
|