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

Revision d0a634bff0ab79420b9e28abd21f1f48146f642c authored by Matt Garthwaite on 22 May 2017, 05:42:23 UTC, committed by Matt Garthwaite on 22 May 2017, 05:42:23 UTC
update version to 0.2.0
1 parent bce00e8
  • Files
  • Changes
  • 0d3ff26
  • /
  • .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.

  • revision
  • directory
  • content
revision badge
swh:1:rev:d0a634bff0ab79420b9e28abd21f1f48146f642c
directory badge
swh:1:dir:0d3ff262e5d2f2efd5b1617f0cef1c0342a8f54e
content badge
swh:1:cnt:7b9aaff309d28223e58281d67dc0b916f3cf3071

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.

  • revision
  • directory
  • content
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
.travis.yml
language: python

python:
#  - "3.7-dev"
#  - "3.6"
  - "3.5"
#  - "3.4"
#  - "3.3"
  - "2.7"


env:
  global:
    - PIP_WHEEL_DIR=$HOME/.cache/pip/wheels
    - PIP_FIND_LINKS=file://$HOME/.cache/pip/wheels
    - GDALINST=$HOME/gdalinstall
    - GDALBUILD=$HOME/gdalbuild
  matrix:
#    - GDALVERSION="1.11.0"
    - GDALVERSION="1.11.1"  # nci version
#    - GDALVERSION="1.11.2"
    - GDALVERSION="2.0.0"  # nci version
#    - GDALVERSION="2.0.1"
#    - GDALVERSION="2.1.0"

addons:
  apt:
    packages:
    - gdal-bin
    - libgdal-dev
    - libpng12-dev
    - libblas-dev
    - liblapack-dev
    - libatlas-dev
    - libatlas-base-dev
    - gfortran
    - libproj-dev
    - openmpi-bin
    - libopenmpi-dev


before_install:
  - pip install -U pip
  - pip install wheel
  - pip install python-daemon==2.1.1
  - . ./utils/travis_gdal_install.sh
  - export PATH=$GDALINST/gdal-$GDALVERSION/bin:$PATH
  - export LD_LIBRARY_PATH=$GDALINST/gdal-$GDALVERSION/lib:$LD_LIBRARY_PATH

install:
  - "if [ $(gdal-config --version) == \"$GDALVERSION\" ]; then echo \"Using gdal $GDALVERSION\"; else echo \"NOT using gdal $GDALVERSION as expected; aborting\"; exit 1; fi"
  - if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then pip install numpy==1.10.1 matplotlib==1.5.1; fi
  - pip install -r requirements-dev.txt
  - pip install GDAL==$(gdal-config --version)
  - 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:
  - if [[ $TRAVIS_PYTHON_VERSION == 2.7 && $GDALVERSION == 2.0.0 ]]; then mpirun -n 4 pytest --cov-report term-missing:skip-covered --cov=pyrate tests/test_mpi.py; fi
  - pytest --cov-report term-missing:skip-covered --cov=pyrate tests/

cache:
  - apt
  - pip
  - directories:
    - $GDALINST
    - $HOME/.cache/pip

after_success:
  - if [[ $TRAVIS_PYTHON_VERSION == 3.5 && $GDALVERSION == 2.0.0 ]]; then coveralls || echo "!! intermittent coveralls failure"; fi
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

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