Update .travis.yml

This commit is contained in:
dessant 2015-06-24 22:41:22 +03:00
parent 37d702622e
commit 0f4604d6fe
1 changed files with 16 additions and 6 deletions

View File

@ -1,15 +1,25 @@
language: python
python:
- "2.7"
# command to install dependencies
- 2.7
- 3.4
before_install:
- sudo apt-get update
- sudo apt-get install python-pip openjdk-7-jdk
install:
- pip install --upgrade cython --use-mirrors
- make
- sudo apt-get install python-pip openjdk-7-jdk
- pip install --upgrade cython
# command to run tests
script:
- make
- make tests
notifications:
irc:
channels:
- chat.freenode.net#kivy-dev
on_success: change
on_failure: always
use_notice: true
skip_join: true