Skip to content

Commit

Permalink
Install libsdl1.2-dev on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewryanscott committed Sep 17, 2016
1 parent 2bdf7d9 commit ed1578b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ python:
- "3.5-dev"
- "nightly"
install:
- "sudo apt-get -qq update"
- "sudo apt-get -y install libsdl1.2-dev"
- "pip install -r requirements/tests.txt"
- "pip install ."
script: py.test

0 comments on commit ed1578b

Please sign in to comment.