Skip to content

Commit adb8164

Browse files
chenrui333aaltat
authored andcommitted
Upgrade py3 to v3.8.0
1 parent 95d4fa4 commit adb8164

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ before_install:
1717
- sudo mv chromedriver /usr/bin/
1818
matrix:
1919
include:
20-
- python: "3.7"
20+
- python: "3.8"
2121
env:
2222
- BROWSER=headlesschrome
2323
- SELENIUM=3.141.0
2424
- ROBOTFRAMEWORK=3.1.2
2525
- ROBOT_OPTIONS=--dotted
2626
- INTERPRETER=python3
27-
- python: "3.7"
27+
- python: "3.8"
2828
env:
2929
- BROWSER=chrome
3030
- SELENIUM=3.141.0
@@ -46,7 +46,7 @@ matrix:
4646
- ROBOTFRAMEWORK=3.0.4
4747
- ROBOT_OPTIONS=--dotted
4848
- INTERPRETER=python2
49-
- python: "3.7"
49+
- python: "3.8"
5050
env:
5151
- BROWSER=headlesschrome
5252
- SELENIUM=3.141.0

0 commit comments

Comments
 (0)