File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
dist : xenial
3
3
python :
4
- - " 3.5"
5
- - " 3.6"
6
- - " 3.7"
7
- - " 3.8-dev"
8
- # command to install dependencies
4
+ - ' 3.5'
5
+ - ' 3.6'
6
+ - ' 3.7'
7
+ - 3.8-dev
9
8
install :
10
- - pip install -U coveralls pytest
11
- # command to run tests
9
+ - pip install -U coveralls pytest
12
10
script :
13
- - coverage run --source=domdf_python_tools -m pytest
11
+ - coverage run --source=domdf_python_tools -m pytest
14
12
after_success :
15
- - coveralls
13
+ - coveralls
14
+ deploy :
15
+ provider : pypi
16
+ user : " DomDF"
17
+ password :
18
+ secure : GQVX7JKDfUWcHQzjmZ8yadF4eIM/AUaXu/Zl8U2hwhB6NavbzUayvMXalT+pfgZ6NaWFMPZOETlxv5d+hf98Io/5HIV4i1KB98ze90KXpUU2Icz7IdxWDWGhc36Vkhb7hU0HUfXLu8WxcxQCJB3t7uIB9SO36dh/cMayW5YvBy3HhluaTvgLax4nOJYjN/FJCgs9kTCBYrjJzheS0pgj37bXZCrB06H0bsxgnbaAiL8FiG6tgJLABDLfqPhtJgVRhtdYeuqGv31/OV0vkj1zG6bExp9ENQ4/5L7FijLRznW+DnsRJt6BdTBtxNxK+v1ZccTdVJzTzhoUH/TbXdI+qtBeatTYz880du7TujKoxfFxGZ9+bSaYURaClMHn7/Ndj7ioj5f51jLf8+BCEk3cWEfUL7yeKF6RBWLww6cFKQ9yDNOiXgrsndz6Oh535LV28rKXS1qeGBppMAv09RmR/YfHu+XMp5yWa+vDwjmrQDH7qEkA3wYYMfMRnwi9+LrOHtS7IqFkgbAXZPmh3C0X1UEqD4cuARcyD9FRU2PAXM1tBprxEFi1L/sv4O8KRP+I3jXXsBHTmzbWWVqXiySGOlX6R9vOma35WS3mkllS/Oz7IyhUtONrwpaLHnuBLKMgi+RnsoEYgLx6KgSXVSQ0JUZq8cP2yewC8nx626w675w=
19
+ on :
20
+ tags : true
You can’t perform that action at this time.
0 commit comments