File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,20 @@ deploy:
20
20
VGRrZElJZUpjWVpFRDgxbDRZcS8vb0h5K1Vsb1NZd1RFMHM5QlFaVmVhN3Urakk1ZzEyYXdmSUkr
21
21
MGM5YUI3cEN6Y2ZhNXdGNkJHdkVNQlg5c3ZCYkZEY1dpR3NJeDloRWJLTkQ5T1hjTy8ycWFRcG89
22
22
true :
23
- python : 3.6
23
+ python : 3.7
24
24
repo : fantix/gino
25
25
tags : true
26
26
install : pip install -U tox-travis coverage coveralls
27
27
language : python
28
28
python :
29
29
- 3.5
30
30
- 3.6
31
+ - 3.7
32
+ dist : xenial
33
+ sudo : required
31
34
script : tox
32
35
after_success :
33
- - if [[ $TRAVIS_PYTHON_VERSION = "3.6 " ]]; then coverage report; fi
34
- - if [[ $TRAVIS_PYTHON_VERSION = "3.6 " ]]; then coveralls; fi
36
+ - if [[ $TRAVIS_PYTHON_VERSION = "3.7 " ]]; then coverage report; fi
37
+ - if [[ $TRAVIS_PYTHON_VERSION = "3.7 " ]]; then coveralls; fi
35
38
services :
36
39
- postgresql
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py35, py36, flake8
2
+ envlist = py35, py36, py37, flake8
3
3
4
4
[travis]
5
5
python =
6
- 3.5: py35
6
+ 3.5: py35, flake8
7
7
3.6: py36, flake8
8
+ 3.7: py37, flake8
8
9
9
10
[testenv:flake8]
10
11
basepython =python
You can’t perform that action at this time.
0 commit comments