2012-10-18 15:47:49 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
|
|
|
# command to install dependencies
|
|
|
|
before_install:
|
|
|
|
- sudo apt-get update
|
2012-10-18 15:54:44 +00:00
|
|
|
- sudo apt-get install python-setuptools python-pygame python-opengl python-gst0.10 python-enchant gstreamer0.10-plugins-good python-dev build-essential libgl1-mesa-dev libgles2-mesa-dev
|
2012-10-18 15:47:49 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
- pip install --upgrade cython --use-mirrors
|
|
|
|
|
|
|
|
# command to run tests
|
|
|
|
script:
|
|
|
|
- make test
|