forked from gbrammer/grizli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
49 lines (42 loc) · 1.23 KB
/
.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
39
40
41
42
43
44
45
46
47
48
49
language: python
# python:
# - 2.7
# - 3.5
# - 3.6
# Something in astropy/numpy breaks 3.5
matrix:
include:
# - python: 2.7
# env:
# - NUMPY_VERSION=stable
# - ASTROPY_VERSION=stable
# - CONDA_DEPENDENCIES='scipy matplotlib pyyaml'
#
# - python: 3.5
# env:
# - ASTROPY_VERSION=stable
# - CONDA_DEPENDENCIES='scipy matplotlib pyyaml stwcs'
- python: 3.6
env:
- NUMPY_VERSION=stable
- ASTROPY_VERSION=stable
- CONDA_DEPENDENCIES='scipy matplotlib pyyaml stwcs'
# - python: 3.6
# os: windows
# env:
# - NUMPY_VERSION=stable
# - ASTROPY_VERSION=stable
# - CONDA_DEPENDENCIES='scipy matplotlib pyyaml'
# - python: 3.7
# os: linux
# env:
# - NUMPY_VERSION=stable
# - ASTROPY_VERSION=stable
# - CONDA_DEPENDENCIES='scipy matplotlib cython pyyaml'
# commands to install dependencies (astropy, conda)
install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh
# command to run tests
script:
python setup.py test