-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathappveyor.yml
34 lines (30 loc) · 918 Bytes
/
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
version: "#{build}"
skip_tags: true
image: Visual Studio 2017
environment:
PATH: C:\msys64\usr\bin;C:\Python36-x64;C:\Python36-x64\Scripts;%PATH%
CODECOV_TOKEN:
secure: GsBtx/x0QYENwhtpRmQDAJ3M7RA5yyT89+k16KnhaBN+kpLtllNHSDFHYlPrHly6
COVERALLS_REPO_TOKEN:
secure: WGFyqkoql5dunMrFm/AA6sPjUwtNGjQ6QhBoe9gXfb6eWemot6jUjK2GoHsp81+9
install:
- choco install make
- pip install -i https://pypi.anaconda.org/stephensolis/simple numpy scipy
- pip install -r test-requirements.txt
build: off
test_script:
- make test SEND_COVERAGE=true
- make
for:
- branches:
only:
- master
environment:
GITHUB_TOKEN:
secure: sIxqS6E0K6ls6b80KDzkOt8kjcm5jqSioadY6niSncFZ6MwkQSqMUMw+GvQArhEk
TWINE_USERNAME:
secure: FUTtvAe1Bgl3m+JX6Wjw+g==
TWINE_PASSWORD:
secure: 9K+w2GDL9+UV8lXgwno5KwVrcEoLovZhyXx4basmxaw=
deploy_script:
- make distribute