We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bcd37 commit 906335dCopy full SHA for 906335d
.travis.yml
@@ -0,0 +1,23 @@
1
+language: python
2
+
3
+branches:
4
+ only:
5
+ - master
6
+ - stable
7
8
+cache: false
9
10
+notifications:
11
+ email: false
12
+ irc: false
13
14
+before_script:
15
+ - uname -a
16
+ - lsb_release -a
17
+ - curl http://tarantool.org/dist/public.key | sudo apt-key add -
18
+ - echo "deb http://tarantool.org/dist/master/ubuntu `lsb_release -c -s` main" | sudo tee -a /etc/apt/sources.list.d/tarantool.list
19
+ - sudo apt-get update
20
21
+script:
22
+ - sudo apt-get -y install tarantool python-yaml
23
+ - python setup.py test
0 commit comments