Skip to content

Commit

Permalink
Merge branch 'master' into fix-qt-keycodes
Browse files Browse the repository at this point in the history
* master:
  fix pip install command for PIL
  the new version of pip complains for PIL because it is an extenral repo and the checksum cannot be verified
  • Loading branch information
rkern committed Feb 10, 2014
2 parents db327aa + 0d18980 commit fc61dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- pip install cython
- sudo apt-get install python-numpy
- sudo apt-get install swig
- pip install PIL
- pip install PIL --allow-external PIL --allow-unverified PIL
- pip install pyparsing
# Test against the current master of traits and traitsui
- pip install git+http://github.com/enthought/traits.git#egg=traits
Expand Down

0 comments on commit fc61dde

Please sign in to comment.