Revision df8f3d48359c5e9427bce9478bb323411f2d92e8 authored by Duncan Brown on 24 October 2018, 20:33:08 UTC, committed by GitHub on 24 October 2018, 20:33:08 UTC
* run commands under a login shell as the entrypoint

* tell pycbc that gwosc frames are on orange grid

* fixed gwosc urls

* add a site template for OrangeGrid

* set up entrypoint before switching to unpriveleged user

* use unpriveleged path

* fixed pep8 issues

* quantize docker commands

* try and fix travis lint

* fixed docker commands

* fixed shell error
1 parent 17fa90d
Raw File
.landscape.yml
test-warnings: no
strictness: medium
autodetect: yes
ignore-patterns:
    - examples/*
    - test/*
    - docs/*
    - tools/*
    - build/*
    - dist/*
    - PyCBC.egg-info/*

pylint:
  disable:
  - too-many-arguments
  - too-many-locals
  - too-many-branches
  - too-many-statements

pyflakes:
  disable:
  - F841

mccabe:
  disable:
  - MC0001
back to top