forked from spacetelescope/crds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (27 loc) · 900 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
language: c
os:
- linux
- osx
sudo: false
env:
# CONDA_JWST_DEPENDENCIES is used because CONDA_DEPENDENCIES is not truly global.
global:
- MAIN_CMD='python setup.py'
- CONDA_CHANNELS='http://ssb.stsci.edu/conda-dev'
- CONDA_DEPENDENCIES='pytest jwst sphinx nose lxml requests fitsverify lockfile filelock'
- CONDA_JWST_DEPENDENCIES='pytest jwst sphinx nose lxml requests fitsverify lockfile filelock'
- PIP_DEPENDENCIES='parsley coveralls'
- CRDS_SERVER_URL='https://hst-crds.stsci.edu'
- CRDS_TEST_ROOT=/tmp
matrix:
- PYTHON_VERSION=3.6
install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh
- ./setup_test_cache $CRDS_TEST_ROOT
script:
- ./install
- conda list
- ./runtests --cover
# after_success:
# coveralls