File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,14 @@ install:
2121 - pip install PyOpenSSL # used to create a cert for testing
2222 - python setup.py install
2323 - pip install coverage coveralls
24- matrix :
24+ script :
25+ - python test/create_cert.py --cert test/testcert.pem
26+ - coverage run --branch --source pytest_tornado.plugin -m pytest --strict
27+ - coverage report -m
28+ after_success :
29+ - coveralls
30+
31+ jobs :
2532 exclude :
2633 # Tornado 6 only supports Python >= 3.5
2734 - python : 2.7
@@ -34,14 +41,6 @@ matrix:
3441 env : TORNADO_VERSION=6.0 PYTEST_VERSION=5.2
3542 - python : 2.7
3643 env : TORNADO_VERSION=5.0 PYTEST_VERSION=5.2
37- script :
38- - python test/create_cert.py --cert test/testcert.pem
39- - coverage run --branch --source pytest_tornado.plugin -m pytest --strict
40- - coverage report -m
41- after_success :
42- - coveralls
43-
44- jobs :
4544 include :
4645 - stage : deploy
4746 python : 3.7
You can’t perform that action at this time.
0 commit comments