Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Allow Selenium 3
Browse files Browse the repository at this point in the history
- Fixes #31
  • Loading branch information
Gregg Van Hove committed Jul 12, 2017
1 parent b2638d7 commit ba0cfd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.py[cod]
geckodriver.log

# C extensions
*.so
Expand Down Expand Up @@ -37,4 +38,4 @@ env
htmlcov
*.swp
.cache
.idea/*
.idea/*
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
cache: pip
sudo: false
env:
global:
Expand All @@ -25,8 +26,8 @@ before_install: |
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
fi
install:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install -U -r requirements.txt
- pip install -U -r requirements_dev.txt
before_script:
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Jinja2>=2.0, <3.0
six>=1.0, <2.0
jasmine-core>=2.6, <3.0
CherryPy>=3.5, <4.0
selenium>=2.0, <3.0
selenium>=3.0
chardet==2.3
Werkzeug==0.11.1

0 comments on commit ba0cfd1

Please sign in to comment.