forked from andrewpaulreeves/soapy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
42 lines (37 loc) · 1.21 KB
/
appveyor.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
build: false
environment:
matrix:
- PYTHON_VERSION: 2.7
MINICONDA: C:\Miniconda-x64
PYFFTW: pyFFTW-0.10.1-cp27-none-win_amd64.whl
PYFFTW_URL: https://pypi.python.org/packages/2.7/p/pyFFTW/pyFFTW-0.10.1-cp27-none-win_amd64.whl
- PYTHON_VERSION: 3.5
MINICONDA: C:\Miniconda35-x64
PYFFTW: pyFFTW-0.10.1-cp35-none-win_amd64.whl
PYFFTW_URL: https://pypi.python.org/packages/3.5/p/pyFFTW/pyFFTW-0.10.1-cp35-none-win_amd64.whl
branches:
only:
- master
- numba
- lineOfSightObj
init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- "conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy nose astropy numba pyyaml"
- activate test-environment
- pip install coverage
- pip install codecov
- "curl -O %PYFFTW_URL% -o %PYFFTW%"
- dir
- "pip install %PYFFTW%"
test_script:
- nosetests --verbosity=3 test/
notifications:
- provider: Slack
auth_token:
secure: 5vJXGvK/N3QwoJETf9FLT5FkGoGgxmjpTLfxvV/3+jD/oOmSbWly9LUpoivTdNeEP4ZS6Jo5B/QBiwdeOaxteg==
channel: continuousintegration