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

Conversation

justinpotts
Copy link
Collaborator

No description provided.

@m8ttyB
Copy link
Contributor

m8ttyB commented Feb 17, 2015

Nit -- organization of sections -- suggestion, place them in this order

  1. language
  2. before install
  3. install
  4. before script
  5. script
  6. notifications


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

env:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section can be removed

@m8ttyB
Copy link
Contributor

m8ttyB commented Feb 17, 2015

Not required .. but we're starting to include flake8 checks on some of our travis-ci configs. If this excites you, add

install:
 - "pip install flake8"
 - "pip install -r requirements.txt"
before_script: "flake8 . --ignore=E501"

Added flake8
@m8ttyB
Copy link
Contributor

m8ttyB commented Feb 23, 2015

Many thanks! r+

justinpotts pushed a commit that referenced this pull request Feb 23, 2015
Set up travis file for mcom-tests
@justinpotts justinpotts merged commit 3b70753 into mozilla:master Feb 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants