Skip to content

Commit

Permalink
there's no rpm on ubuntu, ofc
Browse files Browse the repository at this point in the history
  • Loading branch information
mriehl committed Nov 4, 2014
1 parent 0acfb46 commit 8b61384
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -3,8 +3,10 @@ python:
- "2.6"
- "2.7"
before_script:
- sudo apt-get update
- sudo apt-get install rpm
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm # make posix semaphores work for multiprocessing
install:
- pip install pybuilder
- pyb install_dependencies
script: "pyb -v || cat target/reports/distutils/*"
script: "pyb"

0 comments on commit 8b61384

Please sign in to comment.