File tree Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Expand file tree Collapse file tree 1 file changed +3
-24
lines changed Original file line number Diff line number Diff line change 20
20
- TESTING=cpython
21
21
22
22
matrix :
23
- allow_failures :
24
- - env :
25
- - TESTING=coverage
26
23
include :
27
24
- os : linux
28
25
language : python
29
- python : 3.5
26
+ python : 2.7
30
27
env :
31
28
- TESTING=docs
32
29
before_script :
33
30
- cd Doc
34
- - make venv PYTHON=python3
31
+ - pip install -U Sphinx
35
32
script :
36
- - make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
37
- - os : linux
38
- language : c
39
- compiler : clang
40
- env :
41
- - TESTING=coverage
42
- before_script :
43
- - ./configure
44
- - make -s -j4
45
- # Need a venv that can parse covered code.
46
- - ./python -m venv venv
47
- - ./venv/bin/python -m pip install -U coverage
48
- script :
49
- # Skip tests that re-run the entire test suite.
50
- - ./venv/bin/python -m coverage run --pylib -m test -uall -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_multiprocessing_spawn
51
- after_script : # Probably should be after_success once test suite updated to run under coverage.py.
52
- # Make the `coverage` command available to Codecov w/ a version of Python that can parse all source files.
53
- - source ./venv/bin/activate
54
- - bash <(curl -s https://codecov.io/bash)
33
+ - make html SPHINXOPTS="-q"
55
34
- os : linux
56
35
language : cpp
57
36
compiler : clang
You can’t perform that action at this time.
0 commit comments