File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11language : python
22
3+ sudo : false
34python :
45 - 2.6
56 - 2.7
1112 - TMUX_VERSION=1.8
1213 - TMUX_VERSION=1.9a
1314before_install :
14- - sudo apt-get update -qq
1515 - export PIP_USE_MIRRORS=true
1616 - pip install coveralls
1717install :
18- - " pip install -e ."
18+ - pip install -e .
1919before_script :
20- - sudo apt-get install -qq libevent-dev libncurses-dev
2120 - git clone https://github.com/tmux/tmux.git tmux
2221 - cd tmux
2322 - git checkout $TMUX_VERSION
2423 - sh autogen.sh
25- - ./configure && make && sudo make install
24+ - ./configure --prefix=$HOME/tmux && make && make install
25+ - export PATH=$PATH:$HOME/tmux/bin
2626 - cd ..
2727 - tmux -V
2828script : coverage run --source=tmuxp setup.py test
29- # script: python setup.py test
29+ addons :
30+ apt :
31+ packages :
32+ - libevent-dev
33+ - libncurses-dev
3034after_success :
3135 - coveralls
You can’t perform that action at this time.
0 commit comments