Skip to content

Commit c2d5d95

Browse files
minrkkevin-bates
authored andcommitted
pip freeze on tornado
for debugging test env
1 parent d7c8eff commit c2d5d95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ before_install:
2727
fi
2828
2929
install:
30-
- pip install --pre .[test] $EXTRA_PIP
30+
- pip install --pre .[test]
31+
- pip freeze
3132
- wget https://github.com/jgm/pandoc/releases/download/1.19.1/pandoc-1.19.1-1-amd64.deb && sudo dpkg -i pandoc-1.19.1-1-amd64.deb
3233

3334

0 commit comments

Comments
 (0)