Skip to content

Commit f431f5c

Browse files
committed
Add Python 3.4 to travis
1 parent 9bcef57 commit f431f5c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,21 @@ matrix:
4040
- ROBOTFRAMEWORK=3.0.4
4141
- ROBOT_OPTIONS=--dotted
4242
- INTERPRETER=pypy3
43-
- python: "3.4"
43+
- python: "3.6"
4444
env:
4545
- BROWSER=headlesschrome
4646
- SELENIUM=3.14.0
4747
- ROBOTFRAMEWORK=3.0.4
4848
- ROBOT_OPTIONS=--dotted
4949
- INTERPRETER=python3
5050
- JYTHON=true
51+
- python: "3.4"
52+
env:
53+
- BROWSER=headlesschrome
54+
- SELENIUM=3.14.0
55+
- ROBOTFRAMEWORK=3.0.4
56+
- ROBOT_OPTIONS=--dotted
57+
- INTERPRETER=python3
5158
- python: "2.7"
5259
env:
5360
- BROWSER=chrome

0 commit comments

Comments
 (0)