forked from aburgasser/splat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (36 loc) · 802 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
39
language: python
cache: pip
matrix:
include:
#- os: linux
# sudo: required
# python: 3.2
# env: TOXENV=py32
#- os: linux
# sudo: required
# python: 3.3
# env: TOXENV=py33
- os: osx
language: generic
env: TOXENV=py27
- os: osx
language: generic
env: TOXENV=py32
install:
- pip install astroquery
- pip install astropy
- pip install scipy
#- pip install base64
#- pip install copy
#- pip install re
#- ./.travis/install.sh
script: python tests/tests_splat/test_splat.py
#before_install:
# - sudo apt-get -qq update
# - sudo apt-get install -y libxml2-dev
#only test master branch
branches:
only:
- master
#notifications:
# email: false