forked from spacetelescope/crds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
38 lines (31 loc) · 877 Bytes
/
.travis.yml
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
language: c
os:
- linux
- osx
sudo: false
env:
global:
- MAIN_CMD='python setup.py'
- CONDA_CHANNELS='http://ssb.stsci.edu/astroconda'
- CONDA_DEPENDENCIES='cfitsio>3.440 fitsverify'
- PIP_DEPENDENCIES='numpy coveralls'
- CRDS_SERVER_URL='https://hst-crds.stsci.edu'
- CRDS_TEST_ROOT=/tmp
matrix:
- PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7
install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh
- pip install git+https://github.com/spacetelescope/jwst
- pip uninstall --yes crds
- ./install
- pip install .["submission","test","docs","synphot"]
- pip freeze
- ./setup_test_cache $CRDS_TEST_ROOT
script:
- conda info
- pip freeze
- ./runtests --cover
# after_success:
# coveralls