Skip to content

Commit

Permalink
Preliminary travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dummerbd committed Sep 21, 2016
1 parent 24a126b commit 065d7da
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
language: python
python:
- 2.7
- 3.4
- 3.5
sudo: required
dist: trusty
before_install:
- sudo apt-get update
- sudo apt-get install build-essential ffmpeg libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev zlib1g-dev
- pip install -U pip
- pip install -r ./requirements.txt
install:
- (cd modules/core && python setup.py build_ext --inplace)
- (cd modules/cymunk && python setup.py build_ext --inplace)
- (cd modules/particles && python setup.py build_ext --inplace)
- (cd modules/projectiles && python setup.py build_ext --inplace)
3 changes: 3 additions & 0 deletions requirements.txt
@@ -0,0 +1,3 @@
Cython==0.24.1
Kivy==1.9.1
git+git://github.com/tito/cymunk

0 comments on commit 065d7da

Please sign in to comment.