We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d4fa4 commit adb8164Copy full SHA for adb8164
.travis.yml
@@ -17,14 +17,14 @@ before_install:
17
- sudo mv chromedriver /usr/bin/
18
matrix:
19
include:
20
- - python: "3.7"
+ - python: "3.8"
21
env:
22
- BROWSER=headlesschrome
23
- SELENIUM=3.141.0
24
- ROBOTFRAMEWORK=3.1.2
25
- ROBOT_OPTIONS=--dotted
26
- INTERPRETER=python3
27
28
29
- BROWSER=chrome
30
@@ -46,7 +46,7 @@ matrix:
46
- ROBOTFRAMEWORK=3.0.4
47
48
- INTERPRETER=python2
49
50
51
52
0 commit comments