Added Python version print to make sure we're running the right version in the tox env. Fix #137.

This commit is contained in:
Jannis Leidel 2016-01-04 13:17:24 +01:00
parent 8e2eb88ef1
commit 5560a21d09

View file

@ -34,6 +34,7 @@ deps =
djmaster: https://github.com/django/django/archive/master.tar.gz#egg=django
commands =
python --version
coverage run {envbindir}/django-cadmin test -v2 {posargs:tests}
coverage report