Skip to content

Commit 3853b33

Browse files
committed
Added Tarantool 1.8 travis build
1 parent 7dfe7d4 commit 3853b33

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ matrix:
4141
python: '3.5'
4242
env: BUILD=tests TARANTOOL_VERSION=1_7
4343

44+
# trusty python3.6 Tarantool 1.8
45+
- os: linux
46+
dist: trusty
47+
sudo: required
48+
language: python
49+
python: '3.6'
50+
env: BUILD=tests TARANTOOL_VERSION=1_8
51+
4452
# trusty python3.6 Tarantool 1.7 + deploy
4553
- os: linux
4654
dist: trusty

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asynctnt>=0.1.8
1+
asynctnt>=0.1.9
22
uvloop>=0.6.7
33
pep8==1.7.0
44
flake8==3.2.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def find_version():
4343
"Topic :: Database :: Front-Ends"
4444
],
4545
install_requires=[
46-
'asynctnt>=0.1.8'
46+
'asynctnt>=0.1.9'
4747
],
4848
description=description,
4949
long_description=long_description,

0 commit comments

Comments
 (0)