Skip to content

Commit dbfcdc3

Browse files
authored
Try to fix CI deploy steps
1 parent c8a70c5 commit dbfcdc3

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

.travis.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)