Adding a travis-ci configuration file.

This commit is contained in:
Bryan Veloso 2012-05-29 12:58:28 -07:00
parent 35343eaa9d
commit 6009bd418a

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- 2.7
install: pip install tox --use-mirrors
script: tox -e py26-1.2.X,py27-1.2.X,py26-1.3.X,py27-1.3.X,py26,py27,docs
notifications:
irc: "irc.freenode.org#imagekit"