Skip to content

Commit

Permalink
Force Selenium 2.53 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Nov 15, 2016
1 parent 16d8670 commit 4b90a0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
language: c
sudo: false

addons:
# 2.x Selenium WebDriver only works for Firefox <= 47.0.1
firefox: "47.0.1"

env:
global:
- CONDA_DEPS="numpy pytest"
- PIP_DEPS="selenium pyimgur"
- PIP_DEPS="'selenium<3' pyimgur"

matrix:
include:
Expand Down

0 comments on commit 4b90a0f

Please sign in to comment.