Commit 6901677c by José Padilla

Install tox correctly

parent a01176ce
......@@ -21,6 +21,8 @@ env:
- TOX_ENV=py2.7-django1.4
- TOX_ENV=py2.6-django1.4
install:
- "pip install tox --download-cache $HOME/.pip-cache"
script:
- pip install tox
- tox -e $TOX_ENV
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment