More tests with tox

This commit is contained in:
José Padilla 2015-03-14 13:15:40 -04:00
parent f30fe10251
commit 1bbeb83c1f
3 changed files with 4 additions and 6 deletions

View File

@ -19,6 +19,7 @@ env:
# running pip install.
- PIP_WHEEL_DIR=$HOME/.cache/pip/wheels
- PIP_FIND_LINKS=file://$HOME/.cache/pip/wheels
- PIP_DOWNLOAD_CACHE=$HOME/.cache/pip
matrix:
- TOX_ENV=py27-flake8
- TOX_ENV=py27-docs

View File

@ -1,5 +0,0 @@
#!/bin/bash
echo "$@"
pip wheel "$@"
pip install --upgrade "$@"

View File

@ -6,10 +6,12 @@ envlist =
{py27,py32,py33,py34}-django{17,18beta}
[testenv]
install_command = ./pip_install.sh {opts} {packages}
commands = ./runtests.py --fast
setenv =
PYTHONDONTWRITEBYTECODE=1
PIP_WHEEL_DIR=$HOME/.cache/pip/wheels
PIP_FIND_LINKS=file://$HOME/.cache/pip/wheels
PIP_DOWNLOAD_CACHE=$HOME/.cache/pi
deps =
django14: Django==1.4.11 # Should track minimum supported
django15: Django==1.5.6 # Should track minimum supported