Skip to content

Commit 2f961c9

Browse files
committed
Tests enabled
1 parent 1c10bc4 commit 2f961c9

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ language: python
66
cache: false
77

88
env:
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
@@ -25,11 +21,6 @@ env:
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-
3324
script:
3425
- git clone https://github.com/tarantool/build.git
3526
- bash build/pack/travis.sh

test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

0 commit comments

Comments
 (0)