Eclipse project now.
This commit is contained in:
20
kodi/context.kino.control/.travis.yml
Normal file
20
kodi/context.kino.control/.travis.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
language: python
|
||||
matrix:
|
||||
include:
|
||||
- python: "2.6"
|
||||
- python: "2.7"
|
||||
- python: "2.7.10"
|
||||
- python: "2.7.11"
|
||||
allow_failures:
|
||||
- python: "3.2"
|
||||
- python: "3.3"
|
||||
- python: "3.4"
|
||||
- python: "3.5"
|
||||
- python: "nightly"
|
||||
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install python-dateutil pytest
|
||||
# command to run tests
|
||||
script: py.test -v
|
||||
|
||||
Reference in New Issue
Block a user