Skip to content

Commit

Permalink
Print Python version to make sure it's the right one
Browse files Browse the repository at this point in the history
  • Loading branch information
yprez committed Jan 18, 2016
1 parent 88a83db commit caab3ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ envlist =
{py27,py32,py33,py34,py35}-django{1.6,1.7,1.8,1.9}-drf{2.4.3,2.4.4,3.0,3.1,3.2,3.3},

[testenv]
commands = py.test -q
commands =
python -V
py.test -q
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
Expand Down

0 comments on commit caab3ad

Please sign in to comment.