pyjnius/.travis.yml

26 lines
368 B
YAML
Raw Permalink Normal View History

2012-11-06 18:49:29 +00:00
language: python
2015-06-24 19:41:22 +00:00
2012-11-06 18:49:29 +00:00
python:
2015-06-24 19:41:22 +00:00
- 2.7
- 3.4
2012-11-06 18:49:29 +00:00
before_install:
- sudo apt-get update
install:
2015-06-24 19:41:22 +00:00
- sudo apt-get install python-pip openjdk-7-jdk
- pip install --upgrade cython
2012-11-06 18:49:29 +00:00
script:
2015-06-24 19:41:22 +00:00
- make
2012-11-06 18:49:29 +00:00
- make tests
2015-06-24 19:41:22 +00:00
notifications:
irc:
channels:
- chat.freenode.net#kivy-dev
on_success: change
on_failure: always
use_notice: true
skip_join: true