File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ language: python
6
6
cache : false
7
7
8
8
env :
9
- global :
10
- - OUT_REPO=tarantool/modules
11
- - GIT_REPO=https://github.com/$TRAVIS_REPO_SLUG.git
12
- - PROJECT=tarantool-python
13
9
matrix :
14
10
- OS=el DIST=6 PACK=rpm
15
11
- OS=el DIST=7 PACK=rpm
25
21
- OS=debian DIST=stretch PACK=deb
26
22
- PACK=none
27
23
28
- before_install :
29
- - git submodule update --init --recursive
30
- - sudo apt-get update
31
- - gem install package_cloud
32
-
33
24
script :
34
25
- git clone https://github.com/tarantool/build.git
35
26
- 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