File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 5
5
- 2.7
6
6
env :
7
7
- DISPLAY=:99.0
8
+ addons :
9
+ apt :
10
+ packages :
11
+ - python-dev
12
+ - libsdl-image1.2-dev
13
+ - libsdl-mixer1.2-dev
14
+ - libsdl-ttf2.0-dev
15
+ - libsdl1.2-dev
16
+ - python-numpy
17
+ - libportmidi-dev
18
+ - libswscale-dev
19
+ - libavformat-dev
20
+ - libavcodec-dev
21
+ - libjpeg-dev
22
+ - libtiff4-dev
23
+ - libx11-6
24
+ - libx11-dev
25
+ - xfonts-base
26
+ - xfonts-100dpi
27
+ - xfonts-75dpi
8
28
before_install :
9
- - sudo apt-get update
10
- - sudo apt-get install python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libjpeg-dev libtiff4-dev libx11-6 libX11-dev xfonts-base xfonts-100dpi xfonts-75dpi xfonts-cyrillic
29
+ - sudo apt-get update -qq
30
+ - sudo apt-get install libsmpeg-dev xfonts-cyrillic
11
31
- sh -e /etc/init.d/xvfb start
12
32
virtalenv :
13
33
system_site_packages : true
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/craigthomas/Chip8Python.svg?branch=master )] ( https://travis-ci.org/craigthomas/Chip8Python )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/craigthomas/Chip8Python/badge.svg?branch=master )] ( https://coveralls.io/github/craigthomas/Chip8Python?branch=master )
5
- [ ![ Codacy Badge] ( https://www.codacy.com/project/badge/f100b6deb9bf4729a2c55ef12fb695c9 )] ( https://www.codacy.com/app/craig-thomas/Chip8Python )
6
- [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/55d8425b8d9c4b0021000012/badge.svg )] ( https://www.versioneye.com/user/projects/55d8425b8d9c4b0021000012 )
5
+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/f100b6deb9bf4729a2c55ef12fb695c9 )] ( https://www.codacy.com/app/craig-thomas/Chip8Python?utm_source=github.com& ; utm_medium=referral& ; utm_content=craigthomas/Chip8Python& ; utm_campaign=Badge_Grade )
7
6
8
7
## What is it?
9
8
You can’t perform that action at this time.
0 commit comments