mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Add python-apt deps for Travis builds
This commit is contained in:
parent
63261c158e
commit
8f2ad69362
@ -5,7 +5,7 @@ python:
|
||||
- '2.7'
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update && sudo apt-get install git swig supervisor rabbitmq-server ruby
|
||||
- sudo apt-get update && sudo apt-get install git swig supervisor rabbitmq-server ruby python-apt python-apt-common
|
||||
- (git describe && git fetch --tags) || (git remote add upstream git://github.com/saltstack/salt.git && git fetch --tags upstream)
|
||||
- pip install http://dl.dropbox.com/u/174789/m2crypto-0.20.1.tar.gz
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ordereddict; fi"
|
||||
|
Loading…
Reference in New Issue
Block a user