Skip to content

Commit

Permalink
Print list of pip packages and versions at the end of appveyor run
Browse files Browse the repository at this point in the history
  • Loading branch information
anish committed Mar 6, 2016
1 parent d521f15 commit f318f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install:
- "copy /y sqlite3.dll %PYTHON%\\DLLs\\"

- "%PYTHON%\\python.exe -m pip install -e pkg -e master[test] -e slave"
- "%PYTHON%\\python.exe -m pip list"

build: false

Expand Down

0 comments on commit f318f2d

Please sign in to comment.