Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 1e7ce72
  • /
  • .travis.yml
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:243cae1c4a9fe90d87741ba89959220f9f14ef41
directory badge
swh:1:dir:1e7ce72bdf21457634c759e4c2b2b98d20e67b05

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
.travis.yml
branches:
  only:
  - develop
  - /^release-.*$/
  - /.*-travis$/
  - master

os: linux
dist: bionic # Ubuntu 18.04

language: python
cache: pip

python:
  - "3.6"
  - "3.7"


before_install:
  - sudo apt-get update
  - sudo apt-get -y install gdal-bin
  - sudo apt-get -y install libgdal-dev
  - sudo apt-get -y install openmpi-bin
  - sudo apt-get -y install libopenmpi-dev
  - export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/include/gdal
  - export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/usr/include/gdal
  - pip install -U pip
  - pip install codecov

install:
  - pip install -r requirements-test.txt
  - pip install -r requirements-dev.txt
  - python setup.py install
  - export PYRATEPATH=$(pwd)
  - export PYTHONPATH=$PYRATEPATH:$PYTHONPATH
  - chmod 444 tests/test_data/small_test/tif/geo_070709-070813_unw.tif  # makes the file readonly, used in a test

# command to run tests, e.g. python setup.py test
script:
  - pip install numpy==1.16.4
  - pytest --cov-report term-missing:skip-covered --cov=pyrate tests/

after_success:
  - codecov

jobs:
  include:
    - stage: deploy
      python: 3.6
      script:
        - pip install numpy==1.16.4
        - cd docs && make html
      deploy:
        provider: pages
        skip-cleanup: true
        keep-history: true
        verbose: true
        on:
          branch: master
        github-token: $GITHUB_TOKEN
        local-dir: docs/_build/html
        project_name: PyRate
        email: insar@ga.gov.au
        name: InSAR Team

notifications:
  email:
    recipients:
      - $SHEECE_EMAIL
    on_success: never
    on_failure: always

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API