File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ language: python
66cache : false
77
88env :
9- global :
10- - OUT_REPO=tarantool/modules
11- - GIT_REPO=https://github.com/$TRAVIS_REPO_SLUG.git
12- - PROJECT=tarantool-python
139 matrix :
1410 - OS=el DIST=6 PACK=rpm
1511 - OS=el DIST=7 PACK=rpm
2521 - OS=debian DIST=stretch PACK=deb
2622 - PACK=none
2723
28- before_install :
29- - git submodule update --init --recursive
30- - sudo apt-get update
31- - gem install package_cloud
32-
3324script :
3425 - git clone https://github.com/tarantool/build.git
3526 - bash build/pack/travis.sh
Original file line number Diff line number Diff line change 1+ curl http://tarantool.org/dist/public.key | sudo apt-key add -
2+ echo " deb http://tarantool.org/dist/master/ubuntu/ ` lsb_release -c -s` main" | sudo tee -a /etc/apt/sources.list.d/tarantool.list
3+ sudo apt-get update > /dev/null
4+ sudo apt-get -q -y install tarantool
5+ pip install -r requirements.txt
6+ python setup.py test
You can’t perform that action at this time.
0 commit comments