Skip to content

Commit

Permalink
Merge pull request mozilla#75 from kyoshino/bug-1181014-win64
Browse files Browse the repository at this point in the history
Bug 1229852 - Make Firefox 40 win64 builds on the Release channel available on mozilla.org
  • Loading branch information
Matt Brandt committed Dec 4, 2015
2 parents f23fbe4 + ee9767c commit 457790e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
*.pyc
venv
2 changes: 1 addition & 1 deletion conftest.py
Expand Up @@ -95,7 +95,7 @@
'zu'
)

OS = ('win', 'linux', 'osx')
OS = ('win', 'win64', 'linux', 'linux64', 'osx')


def pytest_generate_tests(metafunc):
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,2 +1,5 @@
[flake8]
ignore=E501

[pytest]
norecursedirs = venv

0 comments on commit 457790e

Please sign in to comment.