mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Adding a travis-ci configuration file.
This commit is contained in:
parent
35343eaa9d
commit
6009bd418a
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal 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"
|
||||
Loading…
Reference in a new issue