forked from ishepard/pydriller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.appveyor.yml
More file actions
49 lines (40 loc) · 1.15 KB
/
.appveyor.yml
File metadata and controls
49 lines (40 loc) · 1.15 KB
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
version: 1.5.{build}
environment:
GIT_DAEMON_PATH: "C:\\Program Files\\Git\\mingw64\\libexec\\git-core"
matrix:
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5"
GIT_PATH: "%GIT_DAEMON_PATH%"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
GIT_PATH: "%GIT_DAEMON_PATH%"
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7"
GIT_PATH: "%GIT_DAEMON_PATH%"
notifications:
- provider: Slack
incoming_webhook:
secure: pIuy/qP0oJmXuYm+DKX3oGLNcXuQ376bfiB2sSHFlTsGG0xKxFInQGXN8fwZEyMZWTzrghdZavXgTBtk3caO8/pseTOjeqSIrqiJnZx4Wv8=
- provider: Email
to:
on_build_success: false
on_build_failure: true
on_build_status_changed: true
install:
- set PATH=%PYTHON%;%PYTHON%\Scripts;%GIT_PATH%;%PATH%
## Print configuration for debugging.
#
- |
echo %PATH%
uname -a
git --version
where git git-daemon python pip
python --version
python -c "import struct; print(struct.calcsize('P') * 8)"
- jar xf test-repos.zip
- pip install -r test-requirements.txt
- pip install -e .
build: false
test_script:
- pytest -s -v tests/