Skip to content

Commit

Permalink
Voodoo so that latest pip will maybe find pygame wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Sep 21, 2016
1 parent 93cc0b5 commit 2e7d8c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ envlist =
py27,py34,py35

[testenv]
# we're going to upgrade pip, which is kind of tricky
install_command = python -m pip install -U {opts} {packages}
deps =
pygame
pip
# if DISPLAY is unset on Linux, pygame returns 'unknown key' for all keys
# which makes tests fail :/
passenv =
Expand Down

0 comments on commit 2e7d8c9

Please sign in to comment.