diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-08-20 10:05:33 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-08-20 10:08:33 -0400 |
| commit | 418469dff709de01f701ff70451c57f0c6de5800 (patch) | |
| tree | 83b88d0159dfb362ff45e0f133b8b137eb61dba7 | |
| parent | 8fbb33d8f53e32dd4b550c4b5e5001a2b53f3cdc (diff) | |
install libsdl
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b614ea66..f94d1fa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,7 @@ install: sudo apt-get install libgeos-dev # for wxPython - sudo apt-get install glib-networking + sudo apt-get install glib-networking libsdl1.2-dev # This is the same as the pypi module PyGObject. We can't just do # "pip install PyGObject" because it depends on a version of |
