Travis: list installed package versions in build log

This commit is contained in:
medmunds
2015-09-25 17:19:51 -07:00
parent 42848e0eed
commit 3b4d1c1359

View File

@@ -45,4 +45,5 @@ install:
- pip install --upgrade setuptools pip - pip install --upgrade setuptools pip
- pip install -q $DJANGO - pip install -q $DJANGO
- pip install . - pip install .
- pip list
script: python -Wall setup.py test script: python -Wall setup.py test