Skip to content

Commit 7694c87

Browse files
author
Sylvain MARIE
committed
Fixed pytest-html version
1 parent e3af679 commit 7694c87

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,39 @@ matrix:
99
- python: 2.7 # pytest 2
1010
env: PYTEST_VERSION="<3" PYTEST_HTML_VERSION="==1.9.0" # indeed recent pytest_html require pytest>=3
1111
- python: 2.7 # pytest 3
12-
env: PYTEST_VERSION="<4" PYTEST_HTML_VERSION=""
12+
env: PYTEST_VERSION="<4" PYTEST_HTML_VERSION="==1.9.0"
1313
- python: 2.7 # pytest 4
14-
env: PYTEST_VERSION="<5" PYTEST_HTML_VERSION=""
14+
env: PYTEST_VERSION="<5" PYTEST_HTML_VERSION="==1.9.0"
1515
- python: 3.5 # pytest 2
1616
env: PYTEST_VERSION="<3" PYTEST_HTML_VERSION="==1.9.0" # indeed recent pytest_html require pytest>=3
1717
- python: 3.5 # pytest 3
18-
env: PYTEST_VERSION="<4" PYTEST_HTML_VERSION=""
18+
env: PYTEST_VERSION="<4" PYTEST_HTML_VERSION="==1.9.0"
1919
- python: 3.5 # pytest 4
20-
env: PYTEST_VERSION="<5" PYTEST_HTML_VERSION=""
20+
env: PYTEST_VERSION="<5" PYTEST_HTML_VERSION="==1.9.0"
2121
- python: 3.5 # pytest 5
22-
env: PYTEST_VERSION="<6" PYTEST_HTML_VERSION=""
22+
env: PYTEST_VERSION="<6" PYTEST_HTML_VERSION="==1.9.0"
2323
- python: 3.6 # pytest 2
2424
env: PYTEST_VERSION="<3" PYTEST_HTML_VERSION="==1.9.0" # indeed recent pytest_html require pytest>=3
2525
- python: 3.6 # pytest 3
26-
env: PYTEST_VERSION="<4" PYTEST_HTML_VERSION=""
26+
env: PYTEST_VERSION="<4" PYTEST_HTML_VERSION="==1.9.0"
2727
- python: 3.6 # pytest 4
28-
env: PYTEST_VERSION="<5" PYTEST_HTML_VERSION=""
28+
env: PYTEST_VERSION="<5" PYTEST_HTML_VERSION="==1.9.0"
2929
- python: 3.6 # pytest 5
30-
env: PYTEST_VERSION="<6" PYTEST_HTML_VERSION=""
30+
env: PYTEST_VERSION="<6" PYTEST_HTML_VERSION="==1.9.0"
3131
- python: 3.7 # pytest 2
3232
env: PYTEST_VERSION="<3" PYTEST_HTML_VERSION="==1.9.0" # indeed recent pytest_html require pytest>=3
3333
dist: xenial
3434
sudo: true
3535
- python: 3.7 # pytest 3
36-
env: PYTEST_VERSION="<4" PYTEST_HTML_VERSION=""
36+
env: PYTEST_VERSION="<4" PYTEST_HTML_VERSION="==1.9.0"
3737
dist: xenial
3838
sudo: true
3939
- python: 3.7 # pytest 4
40-
env: PYTEST_VERSION="<5" PYTEST_HTML_VERSION=""
40+
env: PYTEST_VERSION="<5" PYTEST_HTML_VERSION="==1.9.0"
4141
dist: xenial
4242
sudo: true
4343
- python: 3.7 # pytest 5
44-
env: PYTEST_VERSION="<6" PYTEST_HTML_VERSION=""
44+
env: PYTEST_VERSION="<6" PYTEST_HTML_VERSION="==1.9.0"
4545
dist: xenial
4646
sudo: true
4747

0 commit comments

Comments
 (0)