File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- asynctnt >= 0.1.8
1+ asynctnt >= 0.1.9
22uvloop >= 0.6.7
33pep8 == 1.7.0
44flake8 == 3.2.1
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments