Added travis.yml file

This commit is contained in:
shin- 2013-10-15 19:30:45 +02:00
parent f82506e942
commit 86b341ddf9
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "2.7"
install: pip install tox
script: tox
before_install:
- sudo apt-get update
- sudo apt-get install build-essential python-dev python-pip