File tree Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Original file line number Diff line number Diff line change 1
- dist : xenial # required for Python >= 3.7
1
+ dist : xenial
2
2
language : python
3
3
cache : pip
4
4
python :
5
- - ' 2.7'
6
- - ' 3.4'
7
- - ' 3.5'
8
- - ' 3.6'
9
- - ' 3.7'
10
- - ' 3.8'
5
+ - ' 2.7'
6
+ - ' 3.4'
7
+ - ' 3.5'
8
+ - ' 3.6'
9
+ - ' 3.7'
10
+ - ' 3.8'
11
11
before_install :
12
- - pip install pycodestyle coverage codecov
13
- - if [[ "$TRAVIS_PYTHON_VERSION" == 2.7* ]]; then pip install mock; fi
12
+ - pip install pycodestyle coverage codecov
13
+ - if [[ "$TRAVIS_PYTHON_VERSION" == 2.7* ]]; then pip install mock; fi
14
14
install :
15
- - pip install virtualenv --upgrade
16
- - make install
17
- - make test-install
15
+ - pip install virtualenv --upgrade
16
+ - make install
17
+ - make test-install
18
18
script :
19
- - pycodestyle --exclude=venv
20
- - coverage run -m unittest discover
19
+ - pycodestyle --exclude=venv
20
+ - coverage run -m unittest discover
21
21
after_script :
22
- - codecov
23
- - make test
24
- - coverage run tests/test_unit.py
22
+ - codecov
23
+ - make test
24
+ - coverage run tests/test_unit.py
25
25
after_success :
26
- - codecov
26
+ - codecov
27
27
deploy :
28
28
provider : pypi
29
29
user : __token__
30
- password : $PYPI_TOKEN
30
+ password : " $PYPI_TOKEN"
31
31
skip_cleanup : true
32
32
on :
33
33
branch : main
34
34
condition : " $TRAVIS_TEST_RESULT = 0"
35
35
tags : true
36
36
python : ' 3.6'
37
-
38
37
notifications :
39
38
slack :
40
39
if : branch = main
41
40
on_pull_requests : false
42
41
on_success : never
43
42
on_failure : change
44
43
rooms :
45
- - secure : nlMB50M0ay7TeG9pf4IKLUXTfaw6dRS14DMa59l3dAy20bLgg4QSuxl/8lsO3tdBzTjONlpzX5NCR184WO98Kf6dJuYGp5OzfaV2DYYMu12ksbt6bSWyPiYxg3FtKlgWowJs1nRytXz6QoaumZjtoPxfJptq+bUKeZu+4sRT6NButyuUHHAwlOinjZF2UtENoi0zxia+v8EHdEgSJq1HEBmZ+4X/ZUerZndYXM5Lxfy+NHvFCxu/2/D4oQcu92Wfp+/Z1lWNeemspd+XJ5ZVNmB+kJvF8A0O+AFFlGyT8nSimfqyJoxWDT0rQm9u6MtWJol1Jso7iSe0J00fVmgdEFQMLmdcMChAGcGFzFem6C9cMA6xOfDeXS1DosHCObItVrU+YtQYPHzDN2Ubpr1T495+kvdGHVgcYy3UmOFb8Vc0NbQ7nabtlBAlLR2QcouusJmGyjTt7hDrZz6XynKgTZ4vEq7/x3aRgcYD9Oei5fZ2enjzbX3c2Jv7vrzhwAsNp0N+FNx6Nnl1v+UzQtS8XyUCOLK+LYbq+cYKaToowHNWkZM9+0pcdX8DwAHB05aiIBfE18JbjdY0bz1P+4+hmStCUPIjEKyjEPBIuXKMsYCjr092HrJkSMhGWUwJFX+R5hmACm+cQQFDjXXrpzpnXr2xHgbRbb0tX73nchF25kY =
44
+ secure : iGjR8si8UTjr4hbuL5De3kw1V0DVcTRjednU06QZ4/O8lf+OuMG92Q5tgWkS+yKZd+U94QTycQnZC/KYLfnIn+0VBSsnhiAju8oNYSiFZGKn2AypNtGXJ0DWFmTViKQI2c/pquRQzAQJG6owjBudOURMZ8EYBZRByNqOD/xzvFnNfTLGzkjVAyWMBpRW78NqAl9w5ztIAPR98gGYdujBa73RLhV/CJ7aVYzq9UGyyZ/+NmUejAA5t86EgGci0vse5r50tOuyrECmN0LwtE+aIxYAH7b8bJHPE9+7LovxPscLz83pWCG27m3IxVAksGtxpQ8VFe1YsM3LOVFSml8N7O3V7C15f21rBNtZ2r7ufMHsjeERlbvm+fRlAB98UIpZEthmEodQ34xxudTO1uUN2J0lZDZ+NKCruozMCvF8B/bfSyVIf4AdeTQo0FIPcWj5hEAumw/dYr9zx/lrNil/Ssi7q5sBHXW811HPsl0Wc4qF34traFO9hoCtilOj3ULCSigXvEnJdDQvUSJBAbsQ3Xdj31ACsUwwpT6M1jSQ77FGncdEYMaTJQAMHqL/tiM+kKVaDOMzBSZwf/uTh1uHv6lnVHDGtQdxI2x5s326cFWkf0rcne5z6EXxP1YR4bbD3y1JaLxBE5+Hu+mvU8nSVpIyp9f7cgMHjIsuv7emllA =
You can’t perform that action at this time.
0 commit comments