python-plexapi/.travis.yml
2017-01-24 00:43:37 -05:00

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