python-plexapi/.travis.yml
2017-01-24 00:39:44 -05:00

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