Simplify tox command

This commit is contained in:
Matthew Tretter 2013-02-06 20:46:06 -05:00
parent 5982e1e549
commit c90e6d637c

View file

@ -2,6 +2,6 @@ language: python
python:
- 2.7
install: pip install tox --use-mirrors
script: tox -e py27-django13,py27-django12,py26-django13,py27-django12
script: tox
notifications:
irc: "irc.freenode.org#imagekit"