File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
sudo : false
3
3
python :
4
- - 2.7
5
- - 3.5
6
- - 3.6
7
- - 3.7
4
+ - 2.7
5
+ - 3.5
6
+ - 3.6
7
+ - 3.7
8
8
cache : pip
9
9
install :
10
- - pip install -r ./dev_requirements.txt
11
- - pip install -e .
10
+ - pip install -r ./dev_requirements.txt
11
+ - pip install -e .
12
12
script :
13
- - flake8 gql
14
- - pytest --cov=gql tests
13
+ - flake8 gql
14
+ - pytest --cov=gql tests
15
15
after_success :
16
- - coveralls
16
+ - coveralls
17
+ deploy :
18
+ provider : pypi
19
+ user : __token__
20
+ password :
21
+ secure : ipBUDzdL/hW4+brQbjkqdP/VTV1Fv5t8e/7Xjt+AtXR2Qoe49MYVFB/Ea7fKfYYN1nL/xLlSuOj8aPQP4tKDshSELV2WT/SsMkz9EUHUUBu4HlZpVnLLoHlOgR//JfdSrcWNEGTANxwNZT4bdXkcITfDL2GefwiAVfdQ+nop/zEtFFwQmdHU0kylajV9f4PXjulKl3N9uIInsepjSFZR3iU4nn33aQ3meXyf+gs8OX4/AsvmnGAIX6l8W8MUrkVdQwzRV2phFF48xw6SKJeXhboNyoGOtr7CHg6oKd69t5sLtlNGxZpTG1XmxWX8SX+eLFJd3y+jE70Z9qtA+iRmgc8mQ5ghMijbZvyhruupJP8SsvwZBos3vUtTklMX1zYT0xL9mdvRuFWHu3q0z67unGkKE/BycIEpibwH6HLJ0HZcAVlWoaJZfs08+vENXSmHTSS+3xpuxHm7L8RF5lg91OuF7gm5DGyHzF/Kjrcu/3HVwzFO76vK4sEDO5FovHq+kuI+QvvxNIEvMCPt8i0FBnObfr2M1g0iyvT73qkJWI9JCpPW1g3ubb3EWKk3ZP28mlbcvw76JxDaEFDO554W9hDr4HO0Bq4LHalnTaTlqe/uP1TA+Tp9OARlftkuh1q14ukMwk9JtlCZhUkWldtGMMH7FJCSoOJ6RJl+l1ucCRo=
22
+ on :
23
+ tags : true
You can’t perform that action at this time.
0 commit comments