File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,17 +20,20 @@ deploy:
2020 VGRrZElJZUpjWVpFRDgxbDRZcS8vb0h5K1Vsb1NZd1RFMHM5QlFaVmVhN3Urakk1ZzEyYXdmSUkr
2121 MGM5YUI3cEN6Y2ZhNXdGNkJHdkVNQlg5c3ZCYkZEY1dpR3NJeDloRWJLTkQ5T1hjTy8ycWFRcG89
2222 true :
23- python : 3.6
23+ python : 3.7
2424 repo : fantix/gino
2525 tags : true
2626install : pip install -U tox-travis coverage coveralls
2727language : python
2828python :
2929- 3.5
3030- 3.6
31+ - 3.7
32+ dist : xenial
33+ sudo : required
3134script : tox
3235after_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
3538services :
3639- postgresql
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py35, py36, flake8
2+ envlist = py35, py36, py37, flake8
33
44[travis]
55python =
6- 3.5: py35
6+ 3.5: py35, flake8
77 3.6: py36, flake8
8+ 3.7: py37, flake8
89
910[testenv:flake8]
1011basepython =python
You can’t perform that action at this time.
0 commit comments