Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-poll
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
xblock-poll
Commits
0b4a5d33
Commit
0b4a5d33
authored
Jun 29, 2015
by
Sven Marnach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set Firefox version to 36.0 to get Travis passing.
parent
36ebbb3c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.gitignore
+2
-0
.travis.yml
+2
-0
No files found.
.gitignore
View file @
0b4a5d33
# 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__/
...
...
.travis.yml
View file @
0b4a5d33
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment