django-imagekit/.travis.yml

8 lines
134 B
YAML
Raw Normal View History

2012-05-29 19:58:28 +00:00
language: python
python:
- 2.7
install: pip install tox --use-mirrors
2013-02-07 01:46:06 +00:00
script: tox
2012-05-29 19:58:28 +00:00
notifications:
irc: "irc.freenode.org#imagekit"