Derp, forgot to change the tox command.

This commit is contained in:
Bryan Veloso 2012-05-29 13:14:52 -07:00
parent 028fb29d8d
commit 5ae961733c

View file

@ -2,6 +2,6 @@ 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
script: tox -e py27-django13,py27-django12,py26-django13,py27-django12
notifications:
irc: "irc.freenode.org#imagekit"