Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jun 24, 2015
1 parent 37d7026 commit 0f4604d
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0f4604d

Please sign in to comment.