Skip to content

Commit 8200698

Browse files
committed
Tell Appveyor to not try to do the build step
1 parent 9589377 commit 8200698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ environment:
55
- PYTHON: "C:\\Python35"
66
install:
77
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
8+
build: off
89
test_script:
910
- "%PYTHON%\\python.exe -m unittest discover"

0 commit comments

Comments
 (0)