File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,27 @@ matrix:
6
6
env : TOXENV=py34
7
7
- python : 3.5
8
8
env : TOXENV=py35
9
+ - python : 3.4
10
+ env : TOXENV=docs
9
11
- python : 3.4
10
12
env : TOXENV=py34-linux-package
11
13
- python : 3.5
12
14
env : TOXENV=py35-linux-package
13
- - python : 3.4
14
- env : TOXENV=docs
15
15
16
16
install :
17
17
- pip install tox
18
18
- pip install .
19
19
20
20
script :
21
- - tox -v
21
+ - tox -v --skip-missing-interpreters
22
22
23
+ deploy :
24
+ provider : releases
25
+ skip_cleanup : true
26
+ api_key :
27
+ secure : NTtQxdQ29cUcY8mMVzPV/hz8eAn4Hz80bIkxrhec2oocDXdTOdKUFd+yUmgFe3olPTX/MQYR9DFEEqObExakZdhIf32KhIITp40fJwLXWjXi1wxEJgiPGWXIZ48QUBkcO/YlXE2bY6bW1vDuvjQMhapUTG0JqgZgb8pSS6eUB2Cmh3Gaeq7dE1P9ZNIePppvuiCLD00fbQCsCDUT1T+QvcaIZ2DNs238gPM9RNrCIE47bsG72xhNc8M8CPv4Jp+j0Avwc9tuutLi9SXgbGTsyEFYkbVCfhYctvwpG9GR5qe9N8Lv92C1GTNiu7btLkffXOIV/zIX73AHqyZTZw3jzg5aejUOhHMd4k2usDyDyDVXY2q2sXfSy3Fr69CJuZk7k0ivvYdavToNOqnoJD8t9scLCCyVUjgdcVQHd/fRbNTHBRhKJZbRkXboDvdwhvrElo/asyqZzTd6YbbJEV7FRrjCXrSjJ3nS7tKe4yot+vsjmuQt+OyTE/Qt3IsKHBCjAc52tjbMXTC3gX0WqCIxSlcQVo9IKaynxc2hFiL1+UEKwoFGDHZ7rwiqgXHoF+QahVYus5Z2iqz+xYerF7Ss+XPc15VgN/NHj83BdFHYLNtMGdnAARW88w1QXo5FxrjfZYOcS+4RNMo9aeYktDexT4bo5MT/CPtQjWVSQ9syLjQ=
28
+ file : " stacks_py*_linux.pex"
29
+ file_glob : true
30
+ on :
31
+ tags : true
32
+ repo : cfstacks/stacks
Original file line number Diff line number Diff line change 1
- [pytest]
1
+ [tool: pytest]
2
2
pep8ignore = E501
Original file line number Diff line number Diff line change 28
28
pex
29
29
wheel
30
30
commands =
31
- /bin/bash -c ' pex . -r <(pip freeze) --disable-cache --python-shebang="/usr/bin/env python3" -o {envtmpdir}/stacks .pex -c stacks'
31
+ /bin/bash -c ' pex . -r <(pip freeze) --disable-cache --python-shebang="/usr/bin/env python3" -o stacks_py34_linux .pex -c stacks'
32
32
33
33
[testenv:py35-linux-package]
34
34
basepython = python3.5
37
37
pex
38
38
wheel
39
39
commands =
40
- /bin/bash -c ' pex . -r <(pip freeze) --disable-cache --python-shebang="/usr/bin/env python3" -o {envtmpdir}/stacks .pex -c stacks'
40
+ /bin/bash -c ' pex . -r <(pip freeze) --disable-cache --python-shebang="/usr/bin/env python3" -o stacks_py35_linux .pex -c stacks'
41
41
42
42
[testenv:docs]
43
43
basepython = python3.4
You can’t perform that action at this time.
0 commit comments