Show env in Travis-CI.

This commit is contained in:
Tyson Clugg 2015-12-17 03:02:25 +11:00
parent b28d087813
commit 8cbd3f3389

View file

@ -40,6 +40,7 @@ install:
before_script:
- psql -c "create database ${PGDATABASE};"
- env | sort
script:
- PATH="$HOME/.meteor:$PATH" tox -vvvv -e ${PYENV}-django${DJANGO}