Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #124 from hainp/master
Browse files Browse the repository at this point in the history
Add ibus, wnck,... dependencies and fake x11 environment for the travis build. Should fix #122.
  • Loading branch information
Trung Ngo committed Jan 5, 2014
2 parents c402e92 + c75e4e9 commit a27033c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
language: python
python:
- "3.2"
# whitelist
branches:
only:
- master
- develop
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq ibus python3-gi gir1.2-ibus-1.0 gir1.2-wnck-3.0
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
# command to install dependencies
#install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Từ gói cài đặt cho các bản phân phối Linux thông dụng
Với các HĐH thuộc dòng Debian/Ubuntu thì bạn có thể cài đặt tự động bằng
cách chạy lệnh sau::

wget -O - http://bogoengine.github.com/debian/stable/installer.sh | sh
wget -O - http://bogoengine.github.com/debian/stable/installer.sh | sudo sh
Hoặc nếu bạn luôn muốn dùng phiên bản đang phát triển, cập nhật liên tục,
có thể nhiều lỗi thì sử dụng lệnh sau::

wget -O - http://bogoengine.github.com/debian/unstable/installer.sh | sh
wget -O - http://bogoengine.github.com/debian/unstable/installer.sh | sudo sh

(nội dung script là thêm repo của nhóm phát triển, sau đó cài đặt gói
``ibus-bogo``)
Expand Down

0 comments on commit a27033c

Please sign in to comment.