mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Added Python version print to make sure we're running the right version in the tox env. Fix #137.
This commit is contained in:
parent
8e2eb88ef1
commit
5560a21d09
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue