forked from hudora/huBarcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
22 lines (22 loc) · 709 Bytes
/
.travis.yml
File metadata and controls
22 lines (22 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: python
python:
- "2.6"
- "2.7"
install:
- sudo apt-get -qq install liblcms1-dev libwebp-dev
- sudo apt-get install libfreetype6 libfreetype6-dev zlib1g zlib1g-dev
- sudo apt-get install libjpeg62 libjpeg62-dev
- sudo apt-get install python-imaging
- sudo apt-get install libdmtx-dev libdmtx-utils
- pip install virtualenv
- pip install coveralls
- pip install pyflakes pep8 pylint
- pip install Pillow
script: make test check
after_success:
- coveralls
notifications:
campfire:
rooms:
secure: JQjzkjzdoDwRwrYDZUtOGgCecwWm32uooPGqPCmRT39mGFv5G9g5BkOxE2LJtJegT7n1MhrtKlr2bG2qmBFDnqDSgZ42Fk6R6U2MwmCsFNUt2rrqRKM4X9NTCYyI5gfUI2oXiPjwqhRUyAwZsvQ1wlrhRqXD4K+NK+g0GqXtkYc=
email: false