Skip to content

Commit

Permalink
TEST: ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygray committed Dec 17, 2015
1 parent 8e6b990 commit 29781d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ before_install:
# pyglet 1.2.2
- travis_retry sudo -H pip install -qq pyglet
- python -c 'import pyglet; print pyglet.version'
- travis_retry sudo -H pip install -qq pillow
- python -c 'import Image; print Image.PILLOW_VERSION'
- travis_retry sudo -H pip install -q pillow
# - python -c 'import Image; print Image.PILLOW_VERSION'
- travis_retry sudo -H pip install -qq gevent # Don't use apt-get (too old version of gevent)
- travis_retry sudo apt-get install -qq python-yaml python-xlib
- travis_retry sudo -H pip install -qq psutil # Don't use apt-get (too old version of psutil)
Expand Down

0 comments on commit 29781d7

Please sign in to comment.