Skip to content

Commit

Permalink
Added Python version print to make sure we're running the right versi…
Browse files Browse the repository at this point in the history
…on in the tox env. Fix #137.
  • Loading branch information
jezdez committed Jan 4, 2016
1 parent 8e2eb88 commit 5560a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5560a21

Please sign in to comment.