mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
7 lines
193 B
YAML
7 lines
193 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
install: pip install tox --use-mirrors
|
|
script: tox -e py27-django13,py27-django12,py26-django13,py27-django12
|
|
notifications:
|
|
irc: "irc.freenode.org#imagekit"
|