mirror of
https://github.com/borgbase/vorta
synced 2024-12-23 16:26:55 +00:00
Update .travis.yml
This commit is contained in:
parent
e102169e6d
commit
07652666bd
1 changed files with 3 additions and 3 deletions
|
@ -50,21 +50,21 @@ install:
|
||||||
#curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
|
#curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
|
||||||
#git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
|
#git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
|
||||||
#git clone git://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update
|
#git clone git://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update
|
||||||
pyenv update
|
|
||||||
pyenv install $PYTHON
|
pyenv install $PYTHON
|
||||||
export PATH="/home/travis/.pyenv/shims:${PATH}"
|
export PATH="/home/travis/.pyenv/shims:${PATH}"
|
||||||
export DISPLAY=:99.0
|
export DISPLAY=:99.0
|
||||||
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX +render -noreset
|
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX +render -noreset
|
||||||
sleep 3
|
sleep 3
|
||||||
elif [ $TRAVIS_OS_NAME = "osx" ]; then
|
elif [ $TRAVIS_OS_NAME = "osx" ]; then
|
||||||
#brew update && brew upgrade pyenv
|
brew upgrade pyenv
|
||||||
pyenv update
|
|
||||||
CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install $PYTHON
|
CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install $PYTHON
|
||||||
export PATH="/Users/travis/.pyenv/shims:${PATH}"
|
export PATH="/Users/travis/.pyenv/shims:${PATH}"
|
||||||
fi
|
fi
|
||||||
|
pyenv install --list
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
pyenv shell $PYTHON
|
pyenv shell $PYTHON
|
||||||
|
|
||||||
|
- pip install -U setuptools pip
|
||||||
- pip install .
|
- pip install .
|
||||||
- pip install borgbackup
|
- pip install borgbackup
|
||||||
- pip install -r requirements-dev.txt
|
- pip install -r requirements-dev.txt
|
||||||
|
|
Loading…
Reference in a new issue