Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Set up travis file for mcom-tests #381

Merged
merged 1 commit into from Feb 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
language: python
python:
- 2.7

before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

install:
- "git submodule update --init"
- "pip install flake8"
- "pip install -r requirements.txt"

before_script: "flake8 . --ignore=E501"

script: py.test -n 4 -v -r fsxX --baseurl=https://www.allizom.org --driver=firefox --destructive -m "not credentials"

notifications:
email:
- webqa-ci@mozilla.org