Commit 0b4a5d33 by Sven Marnach

Set Firefox version to 36.0 to get Travis passing.

parent 36ebbb3c
# Created by https://www.gitignore.io # Created by https://www.gitignore.io
tests.integration.*.png
### Python ### ### Python ###
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
......
...@@ -9,3 +9,5 @@ install: ...@@ -9,3 +9,5 @@ install:
script: pep8 poll --max-line-length=120 && pylint poll && python run_tests.py --with-coverage --cover-package=poll script: pep8 poll --max-line-length=120 && pylint poll && python run_tests.py --with-coverage --cover-package=poll
notifications: notifications:
email: false email: false
addons:
firefox: "36.0"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment