Skip to content

Commit

Permalink
update travis script, install pyside through apt-get, not pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
assem-ch committed Feb 25, 2014
1 parent 0de56de commit f0e59f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ virtualenv:
before_install:
- sudo apt-get update -qq
install:
- pip install pyparsing epydoc sphinx nose pyside --use-mirrors
- apt-get install python-pyside
- pip install pyparsing epydoc sphinx nose --use-mirrors
- make build
notifications:
email: false

0 comments on commit f0e59f4

Please sign in to comment.