mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
test on all supported python versions
This commit is contained in:
parent
2efb49177f
commit
afba8fdfb6
1 changed files with 3 additions and 0 deletions
|
@ -2,7 +2,10 @@ language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install -U pytest pytest-cov
|
- pip install -U pytest pytest-cov
|
||||||
|
|
Loading…
Reference in a new issue