mirror of https://github.com/kivy/pyjnius.git
25 lines
359 B
YAML
25 lines
359 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.7
|
|
- 3.5
|
|
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install python-pip openjdk-7-jdk
|
|
|
|
install:
|
|
- pip install --upgrade cython six
|
|
|
|
script:
|
|
- make
|
|
- make tests
|
|
|
|
notifications:
|
|
webhooks:
|
|
urls:
|
|
- http://kivy.org:5000/travisevent
|
|
on_success: always
|
|
on_failure: always
|
|
on_start: always
|