Added travis-ci.org config file.

This commit is contained in:
Jannis Leidel
2011-12-05 20:32:30 +01:00
parent 17e819b1ad
commit 349e302af6

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
rvm:
- 1.9.3
before_script:
- sudo pip install tox
script:
- tox
notifications:
email:
- jannis@leidel.info
branches:
only:
- develop