Skip to content

Commit 374eda5

Browse files
committed
Show Python version in Make task to be sure we run the right one.
1 parent 5bbc9c3 commit 374eda5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ test_selenium:
2828
django-admin test tests
2929

3030
coverage:
31+
python --version
3132
coverage erase
3233
DJANGO_SETTINGS_MODULE=tests.settings \
3334
coverage run `which django-admin` test -v2 tests

0 commit comments

Comments
 (0)