File tree Expand file tree Collapse file tree 1 file changed +24
-22
lines changed Expand file tree Collapse file tree 1 file changed +24
-22
lines changed Original file line number Diff line number Diff line change 11language : python
22matrix :
33 include :
4- - python : ' 3.7'
5- env : TOX_ENV=black,flake8,mypy,py37
6- dist : xenial
7- sudo : true # required workaround for https://github.com/travis-ci/travis-ci/issues/9815
8- - python : ' 3.6'
9- env : TOX_ENV=py36
10- - python : ' 3.5'
11- env : TOX_ENV=py35
12- - python : ' 3.4'
13- env : TOX_ENV=py34
14- - python : ' 2.7'
15- env : TOX_ENV=py27
16- - python : ' pypy3.5'
17- env : TOX_ENV=pypy3
18- - python : ' pypy'
19- env : TOX_ENV=pypy
4+ - python : " 3.7"
5+ env : TOX_ENV=black,flake8,mypy,py37
6+ dist : xenial
7+ sudo : true
8+ - python : " 3.6"
9+ env : TOX_ENV=py36
10+ - python : " 3.5"
11+ env : TOX_ENV=py35
12+ - python : " 3.4"
13+ env : TOX_ENV=py34
14+ - python : " 2.7"
15+ env : TOX_ENV=py27
16+ - python : pypy3.5
17+ env : TOX_ENV=pypy3
18+ - python : pypy
19+ env : TOX_ENV=pypy
2020cache :
2121 directories :
22- - $HOME/.cache/pip
23- - $TRAVIS_BUILD_DIR/.tox
22+ - " $HOME/.cache/pip"
23+ - " $TRAVIS_BUILD_DIR/.tox"
2424install :
25- - pip install tox codecov
25+ - pip install tox codecov
2626script :
27- - tox -e $TOX_ENV -- --cov-report term-missing --cov=graphql_server
27+ - tox -e $TOX_ENV -- --cov-report term-missing --cov=graphql_server
2828after_success :
29- - codecov
29+ - codecov
3030deploy :
3131 provider : pypi
32- user : syrusakbary
32+ user : __token__
33+ password :
34+ secure : WcZf7AVMDzheXWUxNhZF/TUcyvyCdHZGyhHTakjBhUs8I8khSvlMPofaXTdN1Qn3WbHPK+IXeIPh/2NX0Le3Cdzp08Q/Tgrf9EZ4y02UrZxwSxtsUmjCVd8GaCsQnhR5t5cgrtw33OAf0O22rUnMXsFtw7xMIuCNTgFiYclNbHzYbvnJAEcY3qE8RBbP8zF5Brx+Bl49SjfVR3dJ7CBkjgC9scZjSBAo/yc64d506W59LOjfvXEiDtGUH2gxZNwNiteZtI3frMYqLRjS563SwEFlG36B8g0hBOj6FVpU+YXeImYXw3XFqC6dCvcwn1dAf/vUZ4IDiDIVf5KvFcyDx0ZwZlMSzqlkLVpSDGqPU+7Mx15NW00Yk2+Zs2ZWFMK+g5WtSehhrAWR6El3d0MRlDXKgt9QbCRyh8b2jPV/vQZN2FOBOg9V9a6IszOy/W1J81q39cLOroBhQF4mDFYTAQ5QpBVUyauAfB49QzXsmSWy2uOTsbgo+oAc+OGJ6q9vXCzNqHxhUvtDT9HIq4w5ixw9wqtpSf6n+l2F2RFl5SzHIR7Dt0m9Eg2Ig5NqSGlymz46ZcxpRjd4wVXALD4M8usqy35jGTeEXsqSTO98n3jwKTj/7Xi6GOZuBlwW+SGAjXQ0vzlWD3AEv0Jnh+4AH5UqWwBeD1skw8gtbjM4dos=
3335 on :
3436 tags : true
You can’t perform that action at this time.
0 commit comments