aboutsummaryrefslogtreecommitdiff
path: root/etc/config.sh
blob: 65daccdcfb43fdc1e64c1dbd6459dfd0cfed06fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
tag_limit=1
tag_regex='^\d+\.\d+?\.?\d+$'
docker_image=quay.io/pypa/manylinux1_x86_64
envs=(
   cp37-cp37m
   cp36-cp36m
)
host=https://github.com
org=spacetelescope
projects=(
    acstools
    asdf
    astroimtools
    calcos
    costools
    crds
    cubeviz
    d2to1
    drizzle
    drizzlepac
    fitsblender
    gwcs
    imexam
    mirage
    mosviz
    nictools
    pandokia
    photutils
    poppy
    pysynphot
    reftools
    refstis
    relic
    specviz
    spherical_geometry
    stginga
    stistools
    stsci.convolve
    stsci.distutils
    stsci.image
    stsci.imagemanip
    stsci.imagestats
    stsci.ndimage
    stsci.numdisplay
    stsci.stimage
    stsci.skypac
    stsci.tools
    stregion
    stsynphot
    stwcs
    synphot_refactor
    verhawk
    webbpsf
    wfpc2tools
    wfc3tools
    wss_tools
)